ConnectTimeout: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443)

My domain is:
safereg34.ru
I ran this command:
certbot --nginx
It produced this output:
An unexpected error occurred:
requests.exceptions.ConnectTimeout: HTTPSConnectionPool(host='acme-v02.api.letsencrypt.org', port=443): Max retries exceeded with url: /directory (Caused by ConnectTimeoutError(<urllib3.connection.HTTPSConnection object at 0x7fa5c54ab910>, 'Connection to acme-v02.api.letsencrypt.org timed out. (connect timeout=45)'))
My web server is (include version): nginx/1.14.2

The operating system my web server runs on is (include version): Debian GNU/Linux 9.8 (stretch)

My hosting provider, if applicable, is: Self

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 1.13.0

Hi @vlad_d

looks like your system can't talk with Letsencrypt.

Change that.

What says

curl https://www.google.com/

from your webserver?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.