You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the tlsConfig is generated by self-signed , but the same config work well with gorilla/websocket lib.
Pls kindly advise the probal causes and solutions. Thx!
The text was updated successfully, but these errors were encountered:
Hi,
I changed ws.Dialer option, now with no tls error, but report unexpected HTTP response status: 403
What's the probal cause? Thx!
Frankly gobwas is too hard to use, I do not encounter so many problems with gorilla when the same config
Hi,
it report "tls: first record does not look like a TLS handshake" when dial with tls option
And the code is as follows:
the tlsConfig is generated by self-signed , but the same config work well with gorilla/websocket lib.
Pls kindly advise the probal causes and solutions. Thx!
The text was updated successfully, but these errors were encountered: