Hi,
I receive network unreachable on one of the servers trying to connect to letsencrypt. This server receives different DNS records than other servers.
dig r3.o.lencr.org
;; QUESTION SECTION:
;r3.o.lencr.org. IN A
;; ANSWER SECTION:
r3.o.lencr.org. 81 IN CNAME o.lencr.edgesuite.net.
o.lencr.edgesuite.net. 14080 IN CNAME a1887.dscq.akamai.net.
a1887.dscq.akamai.net. 20 IN A 23.58.223.136
The address received is not reachable
requests.exceptions.ConnectionError: HTTPConnectionPool(host='r3.o.lencr.org', port=80): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f293d5c24e0>: Failed to establish a new connection: [Errno 101] Network is unreachable',))
ping 23.58.223.136
PING 23.58.223.136 (23.58.223.136) 56(84) bytes of data.
--- 23.58.223.136 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 3042ms
Here are DNS records received by working server
dig r3.o.lencr.org
;; QUESTION SECTION:
;r3.o.lencr.org. IN A
;; ANSWER SECTION:
r3.o.lencr.org. 103 IN CNAME o.lencr.edgesuite.net.
o.lencr.edgesuite.net. 8115 IN CNAME a1887.dscq.akamai.net.
a1887.dscq.akamai.net. 14 IN A 86.124.128.136
a1887.dscq.akamai.net. 14 IN A 86.124.128.137
Please help with fixing it