kerryjiang / WebSocket4Net

A popular .NET WebSocket Client
Apache License 2.0
764 stars 273 forks source link

TLS 1.2 support in Win 8.1 and Win 7 #167

Closed vishy007 closed 4 years ago

vishy007 commented 4 years ago

Hi All,

I have POC using TLS 1.2 , I used supersocket.websocket latest version there in github. I am able to start the server and client using websocket4net i am able to connect in Win 10 Machines.

But if I use the same POC in the Win 8.1 machine, the server is starting but the client fails.

What todo??

Did all the registry changes to enable TLS 1.2 but still i am not able to connect.

Pls help me.

Using dotnet framework 4.5.

vishy007 commented 4 years ago

I am getting the error has CLient and Server are not using same algorithm.

vishy007 commented 4 years ago

Hi All,

I found the root cause i was Microsoft patch was not there for TLS 1.2 due which it was failing i installed and i worked