Certificate Failed

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: documentos.mibodega.com.py

I ran this command: certbot renew -v

It produced this output: C:\Program Files\Certbot>certbot renew -v
Saving debug log to C:\Certbot\log\letsencrypt.log


Processing C:\Certbot\renewal\documentos.mibodega.com.py.conf


Certificate is due for renewal, auto-renewing...
Plugins selected: Authenticator standalone, Installer None
Renewing an existing certificate for documentos.mibodega.com.py
Performing the following challenges:
http-01 challenge for documentos.mibodega.com.py
Waiting for verification...
Challenge failed for domain documentos.mibodega.com.py
http-01 challenge for documentos.mibodega.com.py

Certbot failed to authenticate some domains (authenticator: standalone). The Certificate Authority reported these problems:
Domain: documentos.mibodega.com.py
Type: unauthorized
Detail: 190.104.168.134: Invalid response from http://documentos.mibodega.com.py/.well-known/acme-challenge/Aa0WK5Tq8AtdGCAR-9cilw7LIvHLZ_7SP-FR3Xx-8mo: 404

Hint: The Certificate Authority failed to download the challenge files from the temporary standalone webserver started by Certbot on port 80. Ensure that the listed domains point to this machine and that it can accept inbound connections from the internet.

Cleaning up challenges
Failed to renew certificate documentos.mibodega.com.py with error: Some challenges have failed.


All renewals failed. The following certificates could not be renewed:
C:\Certbot\live\documentos.mibodega.com.py\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 C:\Certbot\log\letsencrypt.log or re-run Certbot with -v for more details.

My web server is (include version): NGINX 1.24.0

The operating system my web server runs on is (include version): Windows Server 2022 Standard

Hello @Ernesto,

That is one of the hardest options to debug.

Certbot is not advised on Windows.
Please see Certbot Discontinuing Windows Beta Support in 2024

4 Likes

As Bruce noted, Certbot is no longer supported on Windows.

And, the most recent cert I see for documentos.mibodega.com.py expired Oct23. Now would be a good time to transition to a new ACME Client. The link Bruce provided has suggestions

That said, your nginx server is currently replying to HTTP requests on port 80. For --standalone to work it requires port 80 for itself. You must stop nginx before using --standalone.

The better option is to change to a method which lets nginx keep running. Other ACME Clients allow this too.

3 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.