You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to contact letsencrypt.org to update SSL certificates
Current Behavior
This is the error:
Current SSL set 6: signed by /C=US/O=Let's Encrypt/CN=R3, expires 2021-11-02 05:26:48 UTC
The current certificate expires in 28 days.
Fetching a new certificate from LetsEncrypt.
!! Failed: Failed to open TCP connection to acme-v02.api.letsencrypt.org:443 (getaddrinfo: Name or service not known)
Yet, it can reach that address:
$ ping acme-v02.api.letsencrypt.org
PING ca80a1adb12a4fbdac5ffcbc944e9a61.pacloudflare.com (172.65.32.248) 56(84) bytes of data.
64 bytes from 172.65.32.248 (172.65.32.248): icmp_seq=1 ttl=58 time=17.8 ms
64 bytes from 172.65.32.248 (172.65.32.248): icmp_seq=2 ttl=58 time=20.0 ms
64 bytes from 172.65.32.248 (172.65.32.248): icmp_seq=3 ttl=58 time=18.3 ms
I found the problem: it was a spurious entry in /etc/hosts that I though was remmed out with a ; but it wasn't. Adding a # to the beginning of the line fixed the problem. That's a relief!
Expected Behavior
I want to be able to contact letsencrypt.org to update SSL certificates
Current Behavior
This is the error:
Current SSL set 6: signed by /C=US/O=Let's Encrypt/CN=R3, expires 2021-11-02 05:26:48 UTC
The current certificate expires in 28 days.
Fetching a new certificate from LetsEncrypt.
!! Failed: Failed to open TCP connection to acme-v02.api.letsencrypt.org:443 (getaddrinfo: Name or service not known)
Yet, it can reach that address:
$ ping acme-v02.api.letsencrypt.org
PING ca80a1adb12a4fbdac5ffcbc944e9a61.pacloudflare.com (172.65.32.248) 56(84) bytes of data.
64 bytes from 172.65.32.248 (172.65.32.248): icmp_seq=1 ttl=58 time=17.8 ms
64 bytes from 172.65.32.248 (172.65.32.248): icmp_seq=2 ttl=58 time=20.0 ms
64 bytes from 172.65.32.248 (172.65.32.248): icmp_seq=3 ttl=58 time=18.3 ms
and when I try
$ wget -O - https://acme-v02.api.letsencrypt.org/directory
I get
--2021-10-05 14:56:11-- https://acme-v02.api.letsencrypt.org/directory
Resolving acme-v02.api.letsencrypt.org (acme-v02.api.letsencrypt.org)... 172.65.32.248, 2606:4700:60:0:f53d:5624:85c7:3a2c
Connecting to acme-v02.api.letsencrypt.org (acme-v02.api.letsencrypt.org)|172.65.32.248|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 658 [application/json]
Saving to: ‘STDOUT’
"meta": {
"caaIdentities": [
"letsencrypt.org"
],
"termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.2-November-15-2017.pdf",
"website": "https://letsencrypt.org"
},
"newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct",
"newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce",
"newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order",
"revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert",
"u-HehYwGO5c": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417"
2021-10-05 14:56:12 (428 KB/s) - written to stdout [658/658]
Specifications
The text was updated successfully, but these errors were encountered: