Jump to content

Are wss://s1.ripple.com and wss://s2.ripple.com responding to nodejs/RippleAPI connect()?


TaylorWarden

Recommended Posts

My update orderbook script is not connecting to either of the official Ripple servers.  I keep on getting not connected errors and s1 sometimes gives me a connection refused error.  I am using nordvpn obfuscated servers on my host OS and using virtualbox to host a guest OS of Ubuntu 18 LTS.

Can anyone else connect to these servers with RippleAPI using nodejs on the command line and see if they can connect and do anything?  Perhaps someone in dev-ops at Ripple could look into the configuration and status of S1 & S2?

Thanks, anyone.

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

14 minutes ago, TaylorWarden said:

My update orderbook script is not connecting to either of the official Ripple servers.  I keep on getting not connected errors and s1 sometimes gives me a connection refused error.  I am using nordvpn obfuscated servers on my host OS and using virtualbox to host a guest OS of Ubuntu 18 LTS.

Can anyone else connect to these servers with RippleAPI using nodejs on the command line and see if they can connect and do anything?  Perhaps someone in dev-ops at Ripple could look into the configuration and status of S1 & S2?

Thanks, anyone.

why don't you connect to wss://xrpl.ws from https://xrpl.ws/? It is much better..

Link to comment
Share on other sites

6 minutes ago, TaylorWarden said:

Tried connecting using this server cluster (probably thirty times) and still just got timeouts.

I always try a telnet session over the correct port to see if it is reachable. Then I get this:

> telnet xrpl.ws 443
Trying 172.67.74.123...
Connected to xrpl.ws.
Escape character is '^]'.
^]
telnet> 

Do you see you can connect? (I can btw also connect to s2. s1 closes on me right away)

Edited by jn_r
Link to comment
Share on other sites

I haven't tried to connect through telnet but I am guessing that if I try to attempt to connect and run my script that it will either still timeout or refuse connection.  I've just resorted to getting what price data I need through the command line and update it manually with my ripple client.  I was at one time thinking it was because of my vpn but I still get no connection when I demask.  It is a baffling situation.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...