-
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
TlsHandshakeFailure #275
Comments
No longer works. You can use What is the reason of using |
This address works properly, but how can I connect to |
Because, I use this in the crate |
I don't remember Does tungstenite::client_tls match your needs? |
Hello, i have an error when connecting to a secure websocket (url:
wss://gateway.discord.gg
)Error:
I declare the client with
It seems like connecting to a wss throw this error.
Perhaps, when i try using "ws://echo.websocket.org", i get:
(trace:)
But the websocket doesn't initialize itself when connecting to a
wss
The text was updated successfully, but these errors were encountered: