Error: Requesting acme-v01.api.letsencrypt.org/directory: No route to host. Skipping

@nguyenhoang999
Could you temporarily comment out the changes to your /etc/hosts file and run the following commands? I’d like to pass this information along to the CDN.

mtr --no-dns -c100 --report https://acme-v01.api.letsencrypt.org
curl -4 -v -H 'Expect:' https://acme-v01.api.letsencrypt.org/directory -H "Pragma: akamai-x-cache-on, akamai-x-get-cache-key, akamai-x-get-true-cache-key, akamai-x-get-request-id"
curl -4 -v -X POST -H 'Expect:' https://acme-v01.api.letsencrypt.org/directory -H "Pragma: akamai-x-cache-on, akamai-x-get-cache-key, akamai-x-get-true-cache-key, akamai-x-get-request-id"
2 Likes