Hey everyone. I've been trying to debug the following problem for awhile now to no avail.
Any help would be appreciated. For context, this is running within a docker container.
An unexpected error occurred:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='acme-staging-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x7f4890ecaf40>: Failed to establish a new connection: [Errno -3] Try again'))
My web server is (include version):
The operating system my web server runs on is (include version): Occurs on both Debian 10 and Manjaro
My hosting provider, if applicable, is: Azure and Local
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): N/A
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot): Occurs on v1.27 and v1.26
Ping on 1.1.1.1 is successful, I can also curl -I 1.1.1.1 successfully.
However when I try to reach acme-v02.api.letsencrypt.org via curl -I 172.65.32.248 I am getting:
curl -I 172.65.32.248
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (56) Recv failure: Connection reset by peer