Hello,
I have a problem updating the certificate on the reverse proxy, but I always get the error.
My domain is: engjv.totvs.io
I ran this command: certbot renew -v --dry-run / certbot certonly --force-renew -d engjv.totvs.io
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Processing /etc/letsencrypt/renewal/engjv.totvs.io.conf
Certificate is due for renewal, auto-renewing...
Plugins selected: Authenticator nginx, Installer nginx
Simulating renewal of an existing certificate for engjv.totvs.io
Performing the following challenges:
http-01 challenge for engjv.totvs.io
Waiting for verification...
Challenge failed for domain engjv.totvs.io
http-01 challenge for engjv.totvs.io
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: engjv.totvs.io
Type: connection
Detail: During secondary validation: 138.219.88.222: Fetching http://engjv.totvs.io/.well-known/acme-challenge/F3rk4rE7IkfVGIt7gWYF1N47admPbTAkBAI2QK_MeRU: Timeout during connect (likely firewall problem)
Hint: The Certificate Authority failed to verify the temporary nginx configuration changes made by Certbot. Ensure the listed domains point to this nginx server and that it is accessible from the internet.
Cleaning up challenges
Failed to renew certificate engjv.totvs.io with error: Some challenges have failed.
All simulated renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/engjv.totvs.io/fullchain.pem (failure)
1 renew failure(s), 0 parse failure(s)
Ask for help or search for solutions at https://community.letsencrypt.org. See the logfile /var/log/letsencrypt/letsencrypt.log or re-run Certbot with -v for more details.
My web server is (include version): nginx version: nginx/1.14.1
The operating system my web server runs on is (include version): Red Hat Enterprise Linux release 8.9 (Ootpa)
I can login to a root shell on my machine (yes or no, or I don't know): yes
I'm using a control panel to manage my site (no, or provide the name and version of the control panel): No
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): certbot 2.10.0
I ran a sniffer on the firewall to identify any blockages, but I didn't identify any.