I tried renew ssl certificates for my domains, I get this error 'Could not obtain directory: cURL error 7: Failed connect to acme-v02.api.letsencrypt.org:443; No route to host (see https://curl.haxx.se/libcurl/c/libcurl-errors.html)'
Example
My domain is: 7sdesign.com.tr
I ran this command: curl -v https://acme-v02.api.letsencrypt.org/directory
It produced this output:
* About to connect() to acme-v02.api.letsencrypt.org port 443 (#0)
* Trying 172.65.32.248...
* Connection timed out
* Trying 2606:4700:60:0:f53d:5624:85c7:3a2c...
* No route to host
* Failed connect to acme-v02.api.letsencrypt.org:443; No route to host
* Closing connection 0
curl: (7) Failed connect to acme-v02.api.letsencrypt.org:443; No route to host
and
I ran this command: echo | openssl s_client -connect google.com:443 | head
It produced this output:
depth=3 C = BE, O = GlobalSign nv-sa, OU = Root CA, CN = GlobalSign Root CA
verify return:1
depth=2 C = US, O = Google Trust Services LLC, CN = GTS Root R1
verify return:1
depth=1 C = US, O = Google Trust Services LLC, CN = GTS CA 1C3
verify return:1
depth=0 CN = *.google.com
verify return:1
CONNECTED(00000003)
---
Certificate chain
0 s:/CN=*.google.com
i:/C=US/O=Google Trust Services LLC/CN=GTS CA 1C3
1 s:/C=US/O=Google Trust Services LLC/CN=GTS CA 1C3
i:/C=US/O=Google Trust Services LLC/CN=GTS Root R1
2 s:/C=US/O=Google Trust Services LLC/CN=GTS Root R1
i:/C=BE/O=GlobalSign nv-sa/OU=Root CA/CN=GlobalSign Root CA
---
DONE
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): yes(plesk)
The version of my client is (e.g. output of certbot --version
or certbot-auto --version
if you're using Certbot): I don't use it.