Hi, can anyone could help me to renew my letsencrypt cert???
3 months ago I did the cert renew using this command:
sudo letsencrypt renew
Now I’m traying the same command but fails getting this response:
Attempting to renew cert (edificanet.com) from /etc/letsencrypt/renewal/edificanet.com.conf produced an unexpected error: Failed authorization procedure. edificanet.com (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching http://edificanet.com/.well-known/acme-challenge/J-auGSptGkzhXT6PnXLXOh7dKu9BaK7KmFX83cOL8SE: Timeout during connect (likely firewall problem). Skipping.
All renewal attempts failed. The following certs could not be renewed:
/etc/letsencrypt/live/edificanet.com/fullchain.pem (failure)
Since half year ago the https protocol was working fine using the lets encrypt cert
Also today I’m traying to renew the cert using this command
sudo certbot certonly --force-renew -d edificanet.com
choosing the 1) option but I get the same response.
Happy to read that you have now a new certificate.
But two things:
If Certbot want's to renew your certificate, you must open port 80 again.
So it may be easier to open port 80 permanent and add a redirect http -> http. Checking a file Letsencrypt follows this redirect. So port 80 sends only redirects, this isn't a security problem.