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:
www.fleet.org,mail.fleet.org
I ran this command:
certbot-auto
It produced this output:
/opt/eff.org/certbot/venv/lib/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py:26: CryptographyDeprecationWarning: Support for your Python version is deprecated. The next version of cryptography will remove support. Please upgrade to a 2.7.x release that supports hmac.compare_digest as soon as possible.
utils.PersistentlyDeprecated2018,
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator apache, Installer apache
Which names would you like to activate HTTPS for?
1: mail.fleet.org
2: www.fleet.org
Select the appropriate numbers separated by commas and/or spaces, or leave input
blank to select all options shown (Enter âcâ to cancel):
Obtaining a new certificate
Performing the following challenges:
http-01 challenge for mail.fleet.org
http-01 challenge for www.fleet.org
Waiting for verificationâŚ
Challenge failed for domain mail.fleet.org
Challenge failed for domain www.fleet.org
http-01 challenge for mail.fleet.org
http-01 challenge for www.fleet.org
Cleaning up challenges
Some challenges have failed.
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: mail.fleet.org
Type: connection
Detail: Fetching
http://mail.fleet.org/.well-known/acme-challenge/pGuR2Gg_1VB6gy1Gi-5jJRstEckXkzRKVx9DDePaD30:
Error getting validation dataDomain: www.fleet.org
Type: connection
Detail: Fetching
http://www.fleet.org/.well-known/acme-challenge/tP2NtU_mxcFkRTwvMYvqQQlHzw05f6bKsy_q-gupVQI:
Error getting validation dataTo 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):
Apache2.4
The operating system my web server runs on is (include version):
Fedora 20
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):
/opt/eff.org/certbot/venv/lib/python2.7/site-packages/cryptography/hazmat/primitives/constant_time.py:26: CryptographyDeprecationWarning: Support for your Python version is deprecated. The next version of cryptography will remove support. Please upgrade to a 2.7.x release that supports hmac.compare_digest as soon as possible.
utils.PersistentlyDeprecated2018,
certbot 0.34.2
I have been using LetsEncryupt certificates for a couple of years or more. I got a renewal notice in December of last year. I attempted to run certbot-auto, which did an automated upgrade, then produced the errors above. I have been unsuccessful in generating renewed SSL certs since that time. I even today tried to remove all the previous LetsEncrypt-related files and directories in order to âstart freshâ. No difference, same error Iâve been getting since December. While I do plan to upgrade the Fedora 20 server to Centos 7 (or perhaps Fedora 30 or Centos 8, depending), I am unable to do so today, but would like to fix the expired cert problem so that my Androids can communicate with the site (especially email).
Can anyone point me to a solution, or further steps to try? Thank you.