Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is: https://mobilise.alzheimersresearchuk.org/
I ran this command: certbot renew -v
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/mobilise.alzheimersresearchuk.org-0001.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Certificate is due for renewal, auto-renewing...
Plugins selected: Authenticator nginx, Installer nginx
Renewing an existing certificate for mobilise.alzheimersresearchuk.org
Performing the following challenges:
http-01 challenge for mobilise.alzheimersresearchuk.org
Waiting for verification...
Challenge failed for domain mobilise.alzheimersresearchuk.org
http-01 challenge for mobilise.alzheimersresearchuk.org
Certbot failed to authenticate some domains (authenticator: nginx). The Certificate Authority reported these problems:
Domain: mobilise.alzheimersresearchuk.org
Type: connection
Detail: 185.61.132.68: Fetching http://mobilise.alzheimersresearchuk.org/.well-known/acme-challenge/SdGVNcXwOwn7PTSTdn5SzYsUJwH81Q0cbBx9zHVr71Y: 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 mobilise.alzheimersresearchuk.org-0001 with error: Some challenges have failed.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
All renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/mobilise.alzheimersresearchuk.org-0001/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.23.3
The operating system my web server runs on is (include version): Ubuntu 22.04/ Alpine Linux v3.17 nginx image
My hosting provider, if applicable, is:
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 1.32.0 (on Alpine)
There is no record of any request incoming from the Certbot servers to 185.61.132.68
I tested port 80 it seems to be working
.well-known/acme-challenge/index.html
this seems to be opening via a curl request on http
I need help in debuggin this. Is there a DNS problem or firewall problem. Why isn't it reaching the webserver?