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. https://crt.sh/?q=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: a open port in my home.
I ran this command:
It produced this output:
My web server is (include version):
The operating system my web server runs on is (include version):
My hosting provider, if applicable, is:
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot):
Here is the command line with my host name changed and IP changed too.
root@server:~# ssl-cert-check -c ssl-cert-check -c /etc/letsencrypt/live/server.com/cert.pem
Host Status Expires Days
FILE:/etc/letsencrypt/live/server.com/cert.pem Expiring Dec 30, 2020 29
root@rayday:~# certbot run -a webroot -i apache -w /media/6TB/USBdisk2-3TB/var/www -d server.com
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer apache
Cert is due for renewal, auto-renewing...
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for server.com
Using the webroot path /media/6TB/USBdisk2-3TB/var/www for all unmatched domains.
Waiting for verification...
Challenge failed for domain server.com
http-01 challenge for server.com
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: server.com
Type: unauthorized
Detail: Invalid response from
http://server.com/.well-known/acme-challenge/B_EgUiOhFmeVAYmEbWzSHVdM3OKgQMcwIEa9m6Dwiis
[home ip]: "\r\n404 Not
Found\r\n\r\n404 Not
\r\n
Found
nginx/1.18.0 (Ub"To fix these errors, please make sure that your domain name was
entered correctly and the DNS A/AAAA record(s) for that domain
contain(s) the right IP address.
I waited a few hours to run the command again. server.com is not my real URL.
Don't know what is wrong. The "Challenge failed for domain" is in red. I guess I must of changed the permissions from last renew not sure.
-Raymond Day