Code-Sharp / WampSharp

A C# implementation of WAMP (The Web Application Messaging Protocol)
http://wampsharp.net
Other
385 stars 84 forks source link

ERR_SSL_OBSOLETE_VERSION #319

Closed devfxplayer closed 4 years ago

devfxplayer commented 4 years ago

WebSocket connection to 'wss://*/ws' failed: Error in connection establishment: net::ERR_SSL_OBSOLETE_VERSION

Is there a way to define the TLS 1.2?

darkl commented 4 years ago

What transport are you using for the router side? Fleck?

devfxplayer commented 4 years ago

Sorted, i added the transport: var transportSec = new FleckWebSocketTransport(Address, cert, () => SslProtocols.Tls12, true);