Domain: mail.accinside.co.kr
My web server(include version): Linux centos7.3 64bit
I ran this command:
certbot certonly --webroot
This command creates a temporary file under ‘/var/www/html/.well-known/acme-challenge/’ directory, but
the http request from letsencrypt fails to validate the file.
My Website listens on both http and https ports
Please help me out
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Starting new HTTPS connection (1): acme-v01.api.letsencrypt.org
Please enter in your domain name(s) (comma and/or space separated) (Enter 'c'to cancel):
mail.accinside.co.kr
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for mail.accinside.co.kr
Select the webroot for mail.accinside.co.kr:
-------------------------------------------------------------------------------
1: Enter a new webroot
-------------------------------------------------------------------------------
Press 1 [enter] to confirm the selection (press 'c' to cancel): 1
Input the webroot for mail.accinside.co.kr: (Enter 'c' to cancel):/var/www/html
Waiting for verification...
Cleaning up challenges
Failed authorization procedure. mail.accinside.co.kr (http-01): urn:acme:error:connection ::
The server could not connect to the client to verify the domain ::
Fetching http://mail.accinside.co.kr/.well-known/acme-challenge/xxxxxxxxxx: Timeout
IMPORTANT NOTES:
- The following errors were reported by the server:
Domain: mail.accinside.co.kr
Type: connection
Detail: Fetching
http://mail.accinside.co.kr/.well-known/acme-challenge/xxxxxxxxxxxxxx:
Timeout
To fix these errors, please make sure that your domain name was
entered correctly and the DNS A record(s) for that domain
contain(s) the right IP address. Additionally, please check that
your computer has a publicly routable IP address and that no
firewalls are preventing the server from communicating with the
client. If you're using the webroot plugin, you should also verify
that you are serving files from the webroot path you provided.