ACME account registration timeout

mike-ghosty

New Member
Mar 9, 2025
2
0
1
When trying to establish a lets encrypt cert i get a connection error - timeout when attempting to register for a lets encrypt or lest encrypt staging account on there of the directory's.

I've done some searching but cant find any suggested fixes.

m
Screenshot 2025-03-09 at 08.21.00.png
 
can you reach the Let's encrypt URL from the node?
Code:
curl -v https://acme-staging-v02.api.letsencrypt.org/directory
(for the staging API)

I hope this helps!
 
yes
* Trying [2606:4700:60:0:f41b:d4fe:4325:6026]:443...
* Trying 172.65.46.172:443...
* Connected to acme-staging-v02.api.letsencrypt.org (172.65.46.172) port 443 (#0)

i get the time out in the gui on both staging and production acme api account generations time out.

I've got acme working else where on my network so its unlikely to be that.

m