-
Notifications
You must be signed in to change notification settings - Fork 53
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
wss error handshake #146
Comments
I think the message of this Your sequence of calls and your backend URL look good, and the server’s response is fine too – at least temporarily, perhaps it was different back when this failed. So if you connect using |
Hi, if I try on the other android device it works fine some other device send me handshake fail |
@theshook What are the exact Android versions of the respective devices? |
If I try on samsung s5 lollipop OS then the error will come out, but if I try on the zenfone3 Oreo there is no error |
@theshook That might mean Android 5 with its TLS stack is too old. Can you try Android 6 or 7 perhaps? Apart from that, can you check what this tool does say for Android 5 vs Android 7 in the “Handshake Simulation” section? What is the provider of your TLS certificate? Could it be that Android 5 does not trust the certificate while Android 8 does? |
hi! I'm using meteor-now to deploy my application. yes, I tried on other android version and it works fine android 7. Is there other solution regarding my problem? |
@theshook Thanks! It seems this is because the server does not support TLS 1.0 or because it lacks the cipher suites that Android 5 supports. Maybe this helps. Alternatively, you could fork the library and its sample and check if you can connect if you modify |
has any one found the solution. i am getting the same error. i am trying app on nexus 5 having OS 6.0 marshmallow |
There’s certainly one thing you could all do in order to help solve this issue for everybody: TakahikoKawasaki/nv-websocket-client is the underlying WebSocket library that we’re using. You could create a new Android project, include that WebSocket library, and build a basic and very simple |
Hi,
I have big problem.
I cant connect on wss.
this is what i got on onException:
meteor: exception: java.lang.Exception: com.neovisionaries.ws.client.WebSocketException: Failed to get the input stream of the raw socket: Handshake failed
and this is how I'm connecting to my server:
best Regards
Mike
The text was updated successfully, but these errors were encountered: