Failed to connect with Let's encrypt

The server is running on Ubuntu and used certbot for automation. The error message received states: "failed to connect to let's encrypt server. Please check your network connection and firewall settings. There have been no recent changes to the network configuration or firewall rules. What could be the possible reason for this issue?

Welcome @Archie_Mj

Well, sometimes there are temporary comms problems that can cause that. Such as at your ISP or backbone networks. Or, even temporary issues in the Let's Encrypt server farms.

Does this problem repeat? If so, what does this show?

curl -I https://acme-v02.api.letsencrypt.org/directory

And, what version is your Ubuntu and what version does this say

sudo certbot --version
4 Likes

the outputs:

curl -I https://acme-v02.api.letsencrypt.org/derectory:

HTTP/1.1 200 OK
Server: nginx
Date: [Current Date]
Content-Type: application/json
Content-Length: [Content-Length]
Connection: keep-alive
Cache-Control: public, max-age=0, no-cache
X-Frame-Options: DENY
Strict-Transport-Security: max-age=604800

sudo certbot --version:

certbot 1.20.0

Based on these results, what would be the next steps to diagnose and resolve this issue?

And what version is your Ubuntu?

Please show output of this command

sudo certbot certificates
3 Likes

The version of Ubuntu:

lsb_release -a

The output of sudo certbot certificates:

sudo certbot certificates

Result:

Output of the command

Based on these details, what'd be the next steps to diagnose and resolve this issue? Should I now pay a visit to anwtapk?

1 Like

Provide the actual output of the certbot certificates command....

3 Likes

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