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. crt.sh | 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:
icesat-2-scf.gsfc.nasa.gov
gs615-icesat2scf-pz.gsfc.nasa.gov
I ran this command:
/usr/bin/certbot certonly -q --webroot -w /var/www/html -d gs615-icesat2scf-pz.gsfc.nasa.gov -w /var/www/webscf -d icesat-2-scf.gsfc.nasa.gov --post-hook "echo LetsEncrypt Certificate Renewed; /usr/sbin/service apache2 restart"
It produced this output:
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Plugins selected: Authenticator webroot, Installer None
Attempting to parse the version 0.31.0 renewal configuration file found at /etc/letsencrypt/renewal/gs615-icesat2scf-pz.gsfc.nasa.gov-0001.conf with version 0.27.0 of Certbot. This might not work.
Cert is due for renewal, auto-renewing...
Renewing an existing certificate
Performing the following challenges:
http-01 challenge for gs615-icesat2scf-pz.gsfc.nasa.gov
http-01 challenge for icesat-2-scf.gsfc.nasa.gov
Using the webroot path /var/www/webscf for all unmatched domains.
Waiting for verification...
Cleaning up challenges
Running post-hook command: echo LetsEncrypt Certificate Renewed; /usr/sbin/service apache2 restart
Output from echo:
LetsEncrypt Certificate Renewed
Failed authorization procedure. icesat-2-scf.gsfc.nasa.gov (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching https://icesat-2-scf.gsfc.nasa.gov/.well-known/acme-challenge/TqjjKeCTwQbp_iZHR4X2Eo9u0AggDl6zu_HUtuvMZdo: Timeout during connect (likely firewall problem), gs615-icesat2scf-pz.gsfc.nasa.gov (http-01): urn:ietf:params:acme:error:connection :: The server could not connect to the client to verify the domain :: Fetching https://gs615-icesat2scf-pz.gsfc.nasa.gov/.well-known/acme-challenge/cGYn1rPGAaA6hEdP8yHKaAVp0R8tzqlrRbE0PiUG4Bk: Timeout during connect (likely firewall problem)
IMPORTANT NOTES:
-
The following errors were reported by the server:
Domain: icesat-2-scf.gsfc.nasa.gov
Type: connection
Detail: Fetching
https://icesat-2-scf.gsfc.nasa.gov/.well-known/acme-challenge/TqjjKeCTwQbp_iZHR4X2Eo9u0AggDl6zu_HUtuvMZdo:
Timeout during connect (likely firewall problem)Domain: gs615-icesat2scf-pz.gsfc.nasa.gov
Type: connection
Detail: Fetching
https://gs615-icesat2scf-pz.gsfc.nasa.gov/.well-known/acme-challenge/cGYn1rPGAaA6hEdP8yHKaAVp0R8tzqlrRbE0PiUG4Bk:
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.29 (Ubuntu)
The operating system my web server runs on is (include version):
Ubuntu 18.04
My hosting provider, if applicable, is:
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.27.0 (from the Ubuntu 18.04 repository)
Additional info:
-
This server is behind an outbound squid proxy. I've received conflicting instructions on configuring our server to work with this squid proxy, so have tested a variety of configs. The above output is the furthest certbot has proceeded with any of the configs.
-
This server has had a working LetsEncrypt cert/conf for a few years. Recently a failed OS upgrade resulted in a fresh OS install and restore of the /etc/apache2 and /etc/letsencrypt configuration directories from backup.
The certbot cron job has been failing since the OS upgrade, and now the cert has expired. I don't know if the fresh OS install might have affectd the LetsEncrypt cert renewal (new/different server certs?)