client and server cannot communicate, because they do not possess a common algorithm - SSLStream
There are lot of similar questions already answered and none of the answers help my current scenario. In the windows service we have TCPL SSL stream and client connecting to the stream. I have created a .NET Client and am able to access the server successfully with Strict TLS 1.2 using IIS Crypto. We are trying to access the server using Lantronix xport Pro and the below line throws exception stream.AuthenticateAsServer(serverCertificate, false, SslProtocols.Ssl3| SslProtocols.Tls | SslProtocols.Tls11 | SslProtocols.Tls12, True); Exception happens only if strict TLS 1.2 is enabled. If we have