-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stuck on connecting... #36
Comments
Have you looked in the javascript console for any errors? I'd hazard a guess that you've not changed the wsProxyURL from localhost to the address where wsProxy is hosted: https://github.com/stuicey/SSHy/blob/master/index.html#L9 . Note; this is in relation to your local web browser. |
Hey, im also stuck there
|
Is the websocket proxy available from the machine you're connecting from? The connection timing out would suggest theres no route available or its getting dropped by a firewall rule. |
Which version of wsProxy? I found that the one from npm repositories (
and then hung. After uninstalling this, and installing the one which is a git submodule of the SSHy repository, it worked. Instructions are here. I think it would be helpful though if on error conditions, SSHy could display a message and stop the spinner. Otherwise it just looks like it has hung. Aside: I couldn't get SSHy to work with websockify. SSHy asks for the "base64" websockets protocol, while websockify now only implements the "binary" websockets protocol. |
Hi there,
Thank you for creating this.
I have installed it on a VPS to use for a class project. I can access the login page, but any server I try to connect to, it keeps 'connecting...' forever.
Do I need to open any incoming ports in my firewall, or is there something else I've not done right?
I am not using a websocket as I didn't think it would be necessary, this will be very low traffic.
EDIT: I have just installed wsProxy and it's running, but I still get stucj on 'connecting...'
The text was updated successfully, but these errors were encountered: