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: amarone.kyriacou.eu
I ran this command: certbot certonly --standalone --http-01-port 80 --dry-run -d amarone.kyriacou.eu --debug
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator standalone, Installer None
Starting new HTTPS connection (1): acme-staging-v02.api.letsencrypt.org
Cert is due for renewal, auto-renewingâŚ
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for amarone.kyriacou.eu
Waiting for verificationâŚ
Challenge failed for domain amarone.kyriacou.eu
http-01 challenge for amarone.kyriacou.eu
Cleaning up challenges
Exiting abnormally:
Traceback (most recent call last):
File â/bin/certbotâ, line 9, in
load_entry_point(âcertbot==0.35.1â, âconsole_scriptsâ, âcertbotâ)()
File â/usr/lib/python2.7/site-packages/certbot/main.pyâ, line 1379, in main
return config.func(config, plugins)
File â/usr/lib/python2.7/site-packages/certbot/main.pyâ, line 1262, in certonly
lineage = _get_and_save_cert(le_client, config, domains, certname, lineage)
File â/usr/lib/python2.7/site-packages/certbot/main.pyâ, line 115, in _get_and_save_cert
renewal.renew_cert(config, domains, le_client, lineage)
File â/usr/lib/python2.7/site-packages/certbot/renewal.pyâ, line 307, in renew_cert
new_cert, new_chain, new_key, _ = le_client.obtain_certificate(domains, new_key)
File â/usr/lib/python2.7/site-packages/certbot/client.pyâ, line 349, in obtain_certificate
orderr = self._get_order_and_authorizations(csr.data, self.config.allow_subset_of_names)
File â/usr/lib/python2.7/site-packages/certbot/client.pyâ, line 385, in _get_order_and_authorizations
authzr = self.auth_handler.handle_authorizations(orderr, best_effort)
File â/usr/lib/python2.7/site-packages/certbot/auth_handler.pyâ, line 90, in handle_authorizations
self._poll_authorizations(authzrs, max_retries, best_effort)
File â/usr/lib/python2.7/site-packages/certbot/auth_handler.pyâ, line 154, in _poll_authorizations
raise errors.AuthorizationError(âSome challenges have failed.â)
AuthorizationError: Some challenges have failed.
Please see the logfiles in /var/log/letsencrypt for more details.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: amarone.kyriacou.eu
Type: connection
Detail: Fetching
http://amarone.kyriacou.eu/.well-known/acme-challenge/omqRLjA5V77NlA5nzfWg3QFd6Js1wUyUS75tr5z2j-o:
Timeout during connect (likely firewall problem)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. 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 web server is (include version): apache 2.4 (defaults to a dokuwiki page)
The operating system my web server runs on is (include version): CentOS Linux release 7.6.1810
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
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if youâre using Certbot): certbot 0.35.1
Additional Information:
I was able to renew my cert, but a problem seems to have creeped in and Iâm now stymied
Before issueing command:
systemctl stop httpd
netstat -ltnp | grep -w â:80â
and nothing listening
While certbot is on âWaiting for verificationâŚâ I can telnet to port 80 on my server. from the internet Also:
netstat -ltnp | grep -w â:80â
tcp6 0 0 :::80 :::* LISTEN 3476/python2