-
Notifications
You must be signed in to change notification settings - Fork 154
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
refuses handshake #2
Comments
Same here. Out-of-the-box, I see: And the corresponding source code line: Interestingly enough, this problem presents itself in Chrome (38.0.2125.122), but not in Firefox (33.0). |
same problem,just the same code and i connected to my own websocket server which is fine |
i have the same problem |
I got - refuses handshake Draft 17 , false - then changed the code as below: Draft_17. |
same problem org.java_websocket.drafts.Draft_10@420581d8 refuses handshake |
I have the same issue Thanks in advance, |
Even I have same issues |
i have the same problem,hao to solve it |
Hello,
I am trying to implement android client using this example. I have replaced the "ws://websockethost:8080" with my chat server url, But I am getting
07-24 12:28:06.208: I/Websocket(18294): Closed draft org.java_websocket.drafts.Draft_10@42e49300 refuses handshake
error.
My chat server url is working fine with browser client.
Please help.
The text was updated successfully, but these errors were encountered: