Skip to main content
Participant
December 9, 2021
Question

SSL failed for Renewal

  • December 9, 2021
  • 0 replies
  • 178 views

Hi

After used the Certbot to ask SSL free, I expect that will automatically renew the SSL but it was failed because it need to stop the webserver of adobe .

The log: 

certbot._internal.renewal:no renewal failures

Here are some details:

 

If you needed to stop your webserver to run Certbot (for example, if you used the standalone authenticator on a machine where port 80 is normally in use), you'll want to edit the built-in command to add the --pre-hook and --post-hook flags to stop and start your webserver automatically. For example, if your webserver is Apache 2.4, add the following to the certbot renew command:

 

 

$ -pre-hook “net stop Apache2.4” --post-hook “net start Apache2.4”

What about Adobe connect Server? What command I should use for that?

Thanks

    This topic has been closed for replies.