My domain is: status.m090.vn
I ran this command: certbot certonly --manual
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator manual, Installer None
Please enter in your domain name(s) (comma and/or space separated) (Enter 'c'
to cancel): status.m090.vn
Requesting a certificate for status.m090.vn
Performing the following challenges:
http-01 challenge for status.m090.vn
Create a file containing just this data:
NuzvSaKKV_fUDV6jUHxcw7f1V_1qa3GYU2wm3OfuUZI.HdWOzEeSYByo_LNnQA74mtWV1sTCQN3gvYtIqbhB9qc
And make it available on your web server at this URL:
http://status.m090.vn/.well-known/acme-challenge/NuzvSaKKV_fUDV6jUHxcw7f1V_1qa3GYU2wm3OfuUZI
Press Enter to Continue
Waiting for verification...
Challenge failed for domain status.m090.vn
http-01 challenge for status.m090.vn
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: status.m090.vn
Type: unauthorized
Detail: During secondary validation: Invalid response from
http://status.m090.vn/.well-known/acme-challenge/NuzvSaKKV_fUDV6jUHxcw7f1V_1qa3GYU2wm3OfuUZI
[103.199.78.4]: "<html
x"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 + node js
The operating system my web server runs on is (include version): Alpine with Nodejs inside docker
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.13.0
I tried to run following command at a few locations, all responded with 200 with correct content
http://status.m090.vn/.well-known/acme-challenge/NuzvSaKKV_fUDV6jUHxcw7f1V_1qa3GYU2wm3OfuUZI
Letsdebug also responsed OK for my site
I think somewhere in the middle of my server and let's encrypt, something block the access the response with some HTML. Is there anyway to get the full body response from let's encrypt. I believe there may be error message in the HTML.
Thanks