Code Monkey home page Code Monkey logo

Comments (2)

kernelpanic9 avatar kernelpanic9 commented on August 16, 2024

Following HTTPS endpoints don't work:
35.215.179.207
167.235.234.39

APAC region

$ nslookup klaytn.testnet.blockpi.net | grep Addr 
Address: 35.215.179.207
Address: 139.99.72.111
Address: 172.104.67.151

$ for a in 35.215.179.207 139.99.72.111 172.104.67.151; do nc -zv -w2 $a 80; nc -zv -w2 $a 443; done
Connection to 35.215.179.207 80 port [tcp/http] succeeded!
nc: connect to 35.215.179.207 port 443 (tcp) timed out: Operation now in progress
Connection to 139.99.72.111 80 port [tcp/http] succeeded!
Connection to 139.99.72.111 443 port [tcp/https] succeeded!
Connection to 172.104.67.151 80 port [tcp/http] succeeded!
Connection to 172.104.67.151 443 port [tcp/https] succeeded!

EMEA region

$ nslookup klaytn.testnet.blockpi.net | grep Addr
Address: 167.235.234.39

$ nc -zv 167.235.234.39 443
nc: connect to 167.235.234.39 port 443 (tcp) failed: Connection refused
$ nc -zv 167.235.234.39 80
Connection to 167.235.234.39 80 port [tcp/http] succeeded!

AMER region

$ nslookup klaytn.testnet.blockpi.net | grep Addr
Address:	213.186.33.99#53
Address: 5.161.122.58

$ nc -zv 5.161.122.58 443
Connection to 5.161.122.58 443 port [tcp/https] succeeded!
$ nc -zv 5.161.122.58 80
Connection to 5.161.122.58 80 port [tcp/http] succeeded!

from testnets.

gothampi avatar gothampi commented on August 16, 2024

This problem has something to do with our # 31 and dns configuration
#31

from testnets.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.