Please fill out the fields below so we can help you better.
My domain is: https://parkrunstats.servehttp.com
I ran this command: certbot-auto certonly --dry-run -n --webroot -w /website/parkrun -d parkrunstats.servehttp.com
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Starting new HTTPS connection (1): acme-staging.api.letsencrypt.org
Cert not due for renewal, but simulating renewal for dry run
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for parkrunstats.servehttp.com
Using the webroot path /website/parkrun for all unmatched domains.
Waiting for verificationā¦
Cleaning up challenges
Failed authorization procedure. parkrunstats.servehttp.com (http-01): urn:acme:error:connection :: The server could not connect to the client to verify the domain :: Could not connect to parkrunstats.servehttp.com.well-known
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: parkrunstats.servehttp.com
Type: connection
Detail: Could not connect to parkrunstats.servehttp.com.well-knownTo 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.
My operating system is (include version): Centos 6.8
My web server is (include version): apache 2.4.23
My hosting provider, if applicable, is: N/A
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 am able to succesfully run dry-run renewals for my other domains (such as https://iplookup.flagfox.net) hosted on the same server but not this one.
Have also tried to renew using --apache rather than --webroot with the following results:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Starting new HTTPS connection (1): acme-staging.api.letsencrypt.org
Cert not due for renewal, but simulating renewal for dry run
Renewing an existing certificate
Performing the following challenges:
tls-sni-01 challenge for parkrunstats.servehttp.com
No vhost exists with servername or alias of: parkrunstats.servehttp.com (or itās in a file with multiple vhosts, which Certbot canāt parse yet). No vhost was selected. Please specify ServerName or ServerAlias in the Apache config, or split vhosts into separate files.
Falling back to default vhost *:443ā¦
Waiting for verificationā¦
Cleaning up challenges
Failed authorization procedure. parkrunstats.servehttp.com (tls-sni-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Incorrect validation certificate for TLS-SNI-01 challenge. Requested 687ed6a200f554da43e9bc91c87e10ca.2722a25735d11f4ad9511240853f2ac5.acme.invalid from 77.98.120.113:443. Received certificate containing āā
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: parkrunstats.servehttp.com
Type: unauthorized
Detail: Incorrect validation certificate for TLS-SNI-01 challenge.
Requested
687ed6a200f554da43e9bc91c87e10ca.2722a25735d11f4ad9511240853f2ac5.acme.invalid
from 77.98.120.113:443. Received certificate containing āā
The site is publically accessible, the DNS is correct, no load balancers or similar.
Also, directory /website/parkrun/.well-known created succesfully. And /website/parkrun is definitely the correct webroot directory.
Thanks for any help!