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:
masterway.cc
I ran this command:
certbot certonly --dry-run --installer=nginx -d masterway.cc
It produced this output:
[iZ2318zhx0tZ]/tmp # certbot certonly --dry-run --installer=nginx -d masterway.cc
Saving debug log to /var/log/letsencrypt/letsencrypt.log
How would you like to authenticate with the ACME CA?
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
1: Nginx Web Server plugin (nginx)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Select the appropriate number [1-3] then [enter] (press 'c' to cancel): 3
Plugins selected: Authenticator webroot, Installer nginx
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for masterway.cc
Input the webroot for masterway.cc: (Enter 'c' to cancel): /var/www/letsencrypt/
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. masterway.cc (http-01): urn:ietf:params:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from http://masterway.cc/.well-known/acme-challenge/E9Wl2Dm0_5JFPGuDY0OH8KkCo02olzwG0kSFFKLMVIQ [114.55.53.118]: "<html>\n<head>\n<meta http-equiv=\"Content-Type\" content=\"textml;charset=UTF-8\" />\n <style>body{background-color:#FFFFFF}</style>"
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: masterway.cc
Type: unauthorized
Detail: Invalid response from
http://masterway.cc/.well-known/acme-challenge/E9Wl2Dm0_5JFPGuDY0OH8KkCo02olzwG0kSFFKLMVIQ
[114.55.53.118]: "<html>\n<head>\n<meta http-equiv=\"Content-Type\"
content=\"textml;charset=UTF-8\" />\n
<style>body{background-color:#FFFFFF}</style>"
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.8.1
The operating system my web server runs on is (include version):
Ubuntu 14.04
My hosting provider, if applicable, is:
aliyun
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 0.31.0
Detail:
I have tried all following ways, and no luck,
1: Nginx Web Server plugin (nginx)
2: Spin up a temporary webserver (standalone)
3: Place files in webroot directory (webroot)
actually, all I want is to renew the cert, and btw I can get data from the .wellknown
like:
wget --no-check-certificate http://masterway.cc/.well-known/acme-challenge/hello.html
is there anything I have missed or any steps needed to be taken? any information is appreciated.