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:
teramotohome.com
I ran this command:
certbot renew --preferred-challenges http
It produced this output:
Domain: teramotohome.com
Type: unauthorized
Detail: Invalid response from
http://teramotohome.com/.well-known/acme-challenge/SIRA5IDVirr6_aGuQ_996oyQq9qs3DN1AvZPXoY7c0g:
"<html>\r\n<head><title>404 Not Found</title></head>\r\n<body
bgcolor=\"white\">\r\n<center><h1>404 Not
Found</h1></center>\r\n<hr><center>"
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.
My web server is (include version):
nginx-1.15.0
The operating system my web server runs on is (include version):
freebsd-10.3-RELEASE-p7
My hosting provider, if applicable, is:
ISP is eo
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
I have a problem renewing my certificate. I issued
sudo certbot renew --preferred-challenges http
which resulted the following error
Domain: teramotohome.com
Type: unauthorized
Detail: Invalid response from
http://teramotohome.com/.well-known/acme-challenge/SIRA5IDVirr6_aGuQ_996oyQq9qs3DN1AvZPXoY7c0g:
"<html>\r\n<head><title>404 Not Found</title></head>\r\n<body
bgcolor=\"white\">\r\n<center><h1>404 Not
Found</h1></center>\r\n<hr><center>"
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.
To tried to solve this error, I created the .well-known/acme-challenge
subdirectory to my root directory. After this, I could get a “hello” message
from this subdirectory. So the directory exists. But I still get the same “404 not found” error message except a different long file name in the message.
I’ll appreciate if somebody helps me to solve this problem.
Thank you very much in advance,
Yoshiki