-
Notifications
You must be signed in to change notification settings - Fork 223
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
TLS Handshake failure #240
Comments
What environment are you connecting WebSocket from? Browser or Node? Assuming it's browser, try pasting the websocket address, but with |
I'm opening up a WebSocket client connection on a Rust console program with I am wondering, do I need to setup a certificate or some weird stuff to connect via If so, the error message of TLS Handshake failure is not very helpful at all... |
Are you connecting one Websocat to the other Websocat? Maybe you want |
Nope. The other side is a standard WebSocket listener service. It just uses a self-signed certificate (it is a testing env). Using a browser to connect and accepting the self-signed certificate works just fine. With this lib, using Using Main question is how to diagnose such a failure. Is there anywhere I can inspect the cause of this failure? |
Using
client.connect(None)
to connect to awss://
endpoint, but gotTLS Handshake failure
.Connecting to
ws://
endpoint works just fine.Tool-chain: stable-i686-pc-windows-gnu
Environment: Windows 10 x64
Is there any way to diagnose the problem? Any pointers?
The text was updated successfully, but these errors were encountered: