First of all, thanks for the great work. I’m fairly new to this game, so no doubt I’ve botched something fairly simple. Below is the error I’m getting when I run certbot-auto renew:
Attempting to renew cert from /etc/letsencrypt/renewal/mysite.conf produced an unexpected error: HTTPSConnectionPool(host='acme-v01.api.letsencrypt.org', port=443): Read timed out. (read timeout=45). Skipping.
As I understand it, the issue seems to be that I’m not getting a reply from the letsencrypt server, is that right? But it’s up and running according to the status page.
In general, can you make HTTPS connections to that site, or others hosted by the Akamai CDN, or others not hosted by Akamai? Does the system have IPv6 connectivity? Does the system think it has IPv6 connectivity?
I get a normal return for the first and third commands. I’ve disabled IPv6 on the server. Could that be causing an issue? I wouldn’t think it would be necessary.
I usually prefer testing is done via the requests python library (as well as CURL)
Just because CURL returns a valid response doesn't mean there's not something funky going on with the URLLIB library (what Certbot uses to make HTTPS calls)