Opening weblish returns ERR_CONNECTION_TIMED_OUT (web socket timed out error)
Simply opening weblish returns the following error
Weblish.tsx:112 WebSocket connection to 'wss://singapore.webconsole.linode.com:8181/<Number I assume is important>/weblish' failed: Error in connection establishment: net::ERR_CONNECTION_TIMED_OUT
Is there a way for me to just use HTTPS instead?
2 Replies
tbaka
Linode Staff
You might be running into a network issue in between your local connection and the Linode. You can do a little investigating with MTR which will provide much more information about the packet routing and any issues it might be encountering along the way. We usually recommend the format:
mtr -rwbzc 100 (IPAddress)
For the sake of being thorough I would also recommend trying to access your Linode with LISH via SSH. This can help you determine if the issue is with LISH or the network.
And if you have any other troubles you can always open a Support Ticket.