We are small hosting provider and we have some issues with connection to acme-v02.api.letsencrypt.org (172.65.32.248). Our hosting server have several ISP uplinks, but we can not get a certificate using one of them (masterhost.ru):
$ LANG=C wget https://acme-v02.api.letsencrypt.org/directory --timeout 10 -4
--2021-03-09 09:32:43-- https://acme-v02.api.letsencrypt.org/directory
Resolving acme-v02.api.letsencrypt.org (acme-v02.api.letsencrypt.org)... 172.65.32.248
Connecting to acme-v02.api.letsencrypt.org (acme-v02.api.letsencrypt.org)|172.65.32.248|:443... failed: Connection timed out.
It possible to switch route to another one (excepto.ru) and then it does work:
$ LANG=C wget https://acme-v02.api.letsencrypt.org/directory --timeout 10 -4
--2021-03-09 09:33:22-- https://acme-v02.api.letsencrypt.org/directory
Resolving acme-v02.api.letsencrypt.org (acme-v02.api.letsencrypt.org)... 172.65.32.248
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: `directory.1'
Strange this is that same symptoms are seen on other server of ours, which was never used for SSL retreival:
$ LANG=C wget https://acme-v02.api.letsencrypt.org/directory -4 --timeout 10
--2021-03-09 09:44:52-- https://acme-v02.api.letsencrypt.org/directory
Resolving acme-v02.api.letsencrypt.org (acme-v02.api.letsencrypt.org)... 172.65.32.248
Connecting to acme-v02.api.letsencrypt.org (acme-v02.api.letsencrypt.org)|172.65.32.248|:443... failed: Connection timed out.
Is it possible, that entire masterhost.ru subnet (87.242.72.0 - 87.242.79.255) is firewalled somewhere?
If yes, how can we "unsuspend" our IPs to be able to get SSL via this ISP?