This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Error Renewing SSL
#4
RE: Error Renewing SSL
(08-01-2017, 01:36 AM)TGates Wrote: Using that method, you need to stop apache first, then do the renewal and then restart apache. (Uses same port for checking the certificates as Apache uses.)

About the insecure warning, apparently you did not read it Tongue
There are some images or parts of your site that you link to that are not using SSL.
Basically, you need to make sure everything on your site is located within your https domain.

Thanks TGates for your reply on this thread! I came across the same problem when my let's encrypt cert expired for the first time. All that was needed was to add the stop and start commands for apache. However, I have a question, is there another way to do this without stopping and restarting the Apache server? I run this check every week for all the certs on my site and I would prefer to not have my apache server go down, even if for only a few seconds each week, if there is an alternative solution. Could you please advise if there is another solution?

My script prior to seeing this thread (which resulted in the error message of (Attempting to renew cert (websitename.com) from /etc/letsencrypt/renewal/websitename.com.conf produced an unexpected error: Problem binding to port 443: Could not bind to IPv4 or IPv6.. Skipping):

#!/bin/bash
# run letsencrypt certificate renew function
letsencrypt-auto renew

My updated script:

#!/bin/bash
# run letsencrypt certificate renew function
/etc/init.d/apache2 stop
letsencrypt-auto renew
/etc/init.d/apache2 start
Reply
Thanks given by:


Messages In This Thread
Error Renewing SSL - by rsthomas - 08-01-2017, 12:17 AM
RE: Error Renewing SSL - by TGates - 08-01-2017, 01:36 AM
RE: Error Renewing SSL - by americanninja - 05-26-2018, 12:42 PM
RE: Error Renewing SSL - by rsthomas - 08-02-2017, 02:09 AM
RE: Error Renewing SSL - by TGates - 05-30-2018, 04:39 PM
RE: Error Renewing SSL - by americanninja - 06-07-2018, 02:22 AM
RE: Error Renewing SSL - by TGates - 06-17-2018, 10:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
Repo update error hostingms 3 5 ,446 02-14-2024, 09:20 AM
Last Post: TGates
apt-get install mod_ssl ERROR CMs222 9 25 ,785 11-11-2022, 09:14 PM
Last Post: zustudios
Sentora debug and error files johnnyp 0 1 ,169 10-27-2022, 06:16 PM
Last Post: johnnyp

Forum Jump:


Users browsing this thread: 2 Guest(s)