My domain is: all my domains: vbsupport.ru, vb3.vbsupport.ru, vb5.vbsupport.ru
I ran this command: certbot renew
It produced this output: Attempting to renew cert (vbsupport.ru) from /etc/letsencrypt/renewal/vbsupport.ru.conf produced an unexpected error: Requesting acme-v02.api.letsencrypt.org/directory: Connection timed out. Skipping.
My web server is (include version): NGINX 1.10.3
The operating system my web server runs on is (include version): Debian 9
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): 0.28.0
I also run the command
curl -v https://acme-v02.api.letsencrypt.org/directory
The output is
- Trying 172.65.32.248...
- TCP_NODELAY set
- Trying 2606:4700:60:0:f53d:5624:85c7:3a2c...
- TCP_NODELAY set
- connect to 172.65.32.248 port 443 failed: Connection timed out
- connect to 2606:4700:60:0:f53d:5624:85c7:3a2c port 443 failed: Connection timed out
- Failed to connect to acme-v02.api.letsencrypt.org port 443: Connection timed out
- Closing connection 0
curl: (7) Failed to connect to acme-v02.api.letsencrypt.org port 443: Connection timed out
Other sites are loaded with Curl properly.