-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
WRONG_VERSION_NUMBER when I use wss instead of https #1510
Comments
same issue. Please fix it.. |
same issue. Please fix it.. [VERBOSE-2:ui_dart_state.cc(209)] Unhandled Exception: HandshakeException: Handshake error in client (OS Error: |
Same issue here. Does anyone know how to fix it? |
Same here. But sometimes change |
I have the same problem |
In my iOS swift is using Socket.IO-Client-Swift library and https://xxx.xxx.com.
In my Flutter project, I got unsupported https error so I change it to wss://xxx.xxx.com and I got this error:
'Dart Unhandled Exception: WebSocketChannelException: WebSocketChannelException: HandshakeException: Handshake error in client (OS Error:
WRONG_VERSION_NUMBER(tls_record.cc:242)), stack trace: #0 new IOWebSocketChannel._withoutSocket. (package:web_socket_channel/io.dart:98:24)
1 _invokeErrorHandler (dart:async/async_error.dart:45:24)
2 _HandleErrorStream._handleError (dart:async/stream_pipe.dart:272:9)
3 _ForwardingStreamSubscription._handleError (dart:async/stream_pipe.dart:157:13)
4 _RootZone.runBinaryGuarded (dart:async/zone.dart:1558:10)
5 _BufferingStreamSubscription._sendError.sendError (dart:async/stream_impl.dart:360:15)
6 _BufferingStreamSubscription._sendError (dart:async/stream_impl.dart:378:16)
7 _BufferingStreamSubscription._addError (dart:async/stream_impl.dart:280:7)
8 _SyncStreamControllerDispatch._sendError (dart:async/stream_controller.dart:737:19)
9 _StreamController._addError (<…>'
The text was updated successfully, but these errors were encountered: