dart-lang / web_socket_channel

StreamChannel wrappers for WebSockets.
https://pub.dev/packages/web_socket_channel
BSD 3-Clause "New" or "Revised" License
423 stars 112 forks source link

Wss error #89

Open aymanmanee3 opened 5 years ago

aymanmanee3 commented 5 years ago

When I connect to wss I get this error Unhandled Exception: HandshakeException: Handshake error in client (OS Error: E/flutter (18373): CERTIFICATE_VERIFY_FAILED: unable to get local issuer certificate(handshake.cc:352))

ignertic commented 4 years ago

confirm you are loading some certificates ?

932707629 commented 4 months ago

I used IOWebSocketChannel and HtmlWebSocketChannel to solve it