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: email.missoula.lib.mt.us
I ran this command: certbot renew --cert-name email.missoula.lib.mt.us -v --dry-run
It produced this output: Certbot error - Pastebin.com
My web server is (include version): Apache/2.4.38
The operating system my web server runs on is (include version): Debian 10
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 2.1.0
I uploaded the full, verbose log to pastebin, because it's enormous.
Certbot is failing with the "Timeout during connect (likely firewall problem)" error, but the apache logs show it connecting with a 200 status code:
/var/log/apache2/email-access.log:34.221.113.30 - - [03/Jan/2023:10:05:39 -0700] "GET /.well-known/acme-challenge/A93pnibf93G96bNJpSTY3SAz3YWZGMT5Z2dmom0juj4 HTTP/1.1" 200 310 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"
/var/log/apache2/email-access.log:52.15.97.187 - - [03/Jan/2023:10:05:39 -0700] "GET /.well-known/acme-challenge/A93pnibf93G96bNJpSTY3SAz3YWZGMT5Z2dmom0juj4 HTTP/1.1" 200 310 "-" "Mozilla/5.0 (compatible; Let's Encrypt validation server; +https://www.letsencrypt.org)"
What could be the issue here?
Thanks.