Please check if IP 195.16.49.138 is blocked, please unblock

can't access https://acme-v02.api.letsencrypt.org/directory, it is possible that my ip was blocked. Is there a list of blocked addresses?

cho | openssl s_client -connect acme-v02.api.letsencrypt.org:443 | head

socket: Bad file descriptor
connect:errno=9
[root@bitrix ~]# curl -Ii https://acme-v02.api.letsencrypt.org/directory
curl: (7) Failed to connect to 2606:4700:60:0:f53d:5624:85c7:3a2c: Network is unreachable

Welcome to the community!

Do you have working IPv6 connectivity? What does the
curl -6 -v google.com
command give?

3 Likes

curl -6 -v google.com

  • About to connect() to google.com port 80 (#0)
  • Trying 2a00:1450:4010:c0a::64...
  • Failed to connect to 2a00:1450:4010:c0a::64: Network is unreachable
  • Trying 2a00:1450:4010:c0a::8b...
  • Failed to connect to 2a00:1450:4010:c0a::8b: Network is unreachable
  • Trying 2a00:1450:4010:c0a::66...
  • Failed to connect to 2a00:1450:4010:c0a::66: Network is unreachable
  • Trying 2a00:1450:4010:c0a::71...
  • Failed to connect to 2a00:1450:4010:c0a::71: Network is unreachable
  • couldn't connect to host at google.com:80
  • Closing connection 0
    curl: (7) Failed to connect to 2a00:1450:4010:c0a::64: Network is unreachable

So, you do not have working IPv6 connectivity. Depending your environment, if it is at home, you may want to check your ADSL modem/router. If it is a hosted environment, unfortunately I cannot give advice what to check to establish working IPv6 Internet connectivity.

7 Likes

Thank you very much for your time. You helped a lot. You are a kind-hearted person :))

4 Likes

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