My domain is: provocah.com
I ran this command: sudo certbot renew --dry-run
It produced this output:
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: provocah.com
Type: unauthorized
Detail: 193.203.182.206: Invalid response from https://provocah.com/.well-known/acme-challenge/LQBltRcFv9e5adsEOytRrLJqIqIuiG2zMNlkaGUYxxE:
"<!DOCTYPE html>\r\n<html lang=\"en\">\r\n <head>\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\r"
My web server is (include version): open litespeed 1.7.18
The operating system my web server runs on is (include version): Ubuntu 22.04 64bit
My hosting provider, if applicable, is: Hostinger
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): 1.21.0
Sup guys, i'm trying to renew an certificate i have and when i run sudo certbot renew --dry-run
it gives me an error that seems to be it can't download the callenges from certbot.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Processing /etc/letsencrypt/renewal/provocah.com.conf
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Certificate is due for renewal, auto-renewing...
Plugins selected: Authenticator webroot, Installer None
Simulating renewal of an existing certificate for provocah.com and www.provocah.com
Performing the following challenges:
http-01 challenge for provocah.com
http-01 challenge for www.provocah.com
Using the webroot path /usr/local/lsws/Example/html for all unmatched domains.
Waiting for verification...
Challenge failed for domain provocah.com
Challenge failed for domain www.provocah.com
http-01 challenge for provocah.com
http-01 challenge for www.provocah.com
Certbot failed to authenticate some domains (authenticator: webroot). The Certificate Authority reported these problems:
Domain: provocah.com
Type: unauthorized
Detail: 193.203.182.206: Invalid response from https://provocah.com/.well-known/acme-challenge/sWErRWETrr2mT53SNwKTXZaINkHwbB74djqZFmaje1c: "<!DOCTYPE html>
\r\n<html lang=\"en\">\r\n <head>\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\r"
Domain: www.provocah.com
Type: unauthorized
Detail: 193.203.182.206: Invalid response from https://provocah.com/.well-known/acme-challenge/O164M-L81n7aVytV9ovj7_ujrgtzCRfbqgGPUQSmzKo: "<!DOCTYPE html>
\r\n<html lang=\"en\">\r\n <head>\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\r"
Hint: The Certificate Authority failed to download the temporary challenge files created by Certbot. Ensure that the listed domains serve their content from t
he provided --webroot-path/-w and that files created there can be downloaded from the internet.
Cleaning up challenges
Failed to renew certificate provocah.com with error: Some challenges have failed.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
All simulated renewals failed. The following certificates could not be renewed:
/etc/letsencrypt/live/provocah.com/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.
Crawling around some repos in this forum i've found that may my port 80 isn't open but as i've configured Nginx on it it may be "busy" not closed... idk if that make sense, help me