TaylorWarden Posted January 26, 2021 Share Posted January 26, 2021 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 More sharing options...
jn_r Posted January 26, 2021 Share Posted January 26, 2021 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 More sharing options...
TaylorWarden Posted January 26, 2021 Author Share Posted January 26, 2021 12 minutes ago, jn_r said: why don't you connect to wss://xrpl.ws from https://xrpl.ws/? It is much better.. Tried connecting using this server cluster (probably thirty times) and still just got timeouts. Link to comment Share on other sites More sharing options...
jn_r Posted January 26, 2021 Share Posted January 26, 2021 (edited) 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 January 26, 2021 by jn_r Link to comment Share on other sites More sharing options...
TaylorWarden Posted January 29, 2021 Author Share Posted January 29, 2021 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now