Closed jnmclarty closed 7 months ago
@vishalxl I'm happy to help troubleshoot, or supply debugging information, if there is more information I could add. I'm a dev, but not familiar with Dart or SSL / TLS issues.
confirmed on Arch.
confirmed on Debian.
Same issue on Raspbian OS lite arm64
Waiting for user posts to come in.....Unhandled exception:
HandshakeException: Handshake error in client (OS Error:
SSLV3_ALERT_HANDSHAKE_FAILURE(tls_record.cc:594)
HANDSHAKE_FAILURE_ON_CLIENT_HELLO(handshake.cc:644))
#0 _SecureFilterImpl._handshake (dart:io-patch/secure_socket_patch.dart:99)
#1 _SecureFilterImpl.handshake (dart:io-patch/secure_socket_patch.dart:142)
#2 _RawSecureSocket._secureHandshake (dart:io/secure_socket.dart:911)
#3 _RawSecureSocket._closeHandler (dart:io/secure_socket.dart:904)
#4 _RawSecureSocket._eventDispatcher (dart:io/secure_socket.dart:847)
#5 _RootZone.runUnaryGuarded (dart:async/zone.dart:1586)
#6 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:339)
#7 _BufferingStreamSubscription._add (dart:async/stream_impl.dart:271)
#8 _SyncStreamControllerDispatch._sendData (dart:async/stream_controller.dart:774)
#9 _StreamController._add (dart:async/stream_controller.dart:648)
#10 _StreamController.add (dart:async/stream_controller.dart:596)
#11 new _RawSocket.<anonymous closure> (dart:io-patch/socket_patch.dart:1856)
#12 _NativeSocket.issueReadEvent.issue (dart:io-patch/socket_patch.dart:1315)
#13 _microtaskLoop (dart:async/schedule_microtask.dart:40)
#14 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49)
#15 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:122)
#16 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:193)
Same on Fedora.
Waiting for user posts to come in.....Unhandled exception:
HandshakeException: Handshake error in client (OS Error:
SSLV3_ALERT_HANDSHAKE_FAILURE(tls_record.cc:594)
HANDSHAKE_FAILURE_ON_CLIENT_HELLO(handshake.cc:644))
#0 _SecureFilterImpl._handshake (dart:io-patch/secure_socket_patch.dart:99)
#1 _SecureFilterImpl.handshake (dart:io-patch/secure_socket_patch.dart:142)
#2 _RawSecureSocket._secureHandshake (dart:io/secure_socket.dart:911)
#3 _RawSecureSocket._tryFilter (dart:io/secure_socket.dart:1040)
Not seen in windows as of now. Closing.
Hi Folks, I'm getting the following error, running the latest release on Windows.
Does anybody know how to fix?