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
I use this library for most of my projects, but new third party servers that I have to connect require a TLS connection.
Is there a plan to integrate it shortly? I would like to avoid using another library.
Thank you
@MP-Munich and @marco-manfroni are you using the client constructor with the URI or with the hostname, port, and ssl boolean flag? The constructed URI should be wss://... which supports TLS. Have you set ServicePointManager.SecurityProtocol = SecurityProtocolType.Tls12 | SecurityProtocolType.Tls13; in your code?
Could you please add TLS support?
Many devices no longer allow connections without TLS.
The text was updated successfully, but these errors were encountered: