Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UWP app with TLS 1.2 not working #168

Open
vishy007 opened this issue Feb 13, 2020 · 1 comment
Open

UWP app with TLS 1.2 not working #168

vishy007 opened this issue Feb 13, 2020 · 1 comment

Comments

@vishy007
Copy link

Hi All,

I have a UWP app with a Console App given full trust access.

From our Console App which is a dotnet Console App we connect to Websockets,

with TLS 1.0 it works but when I change to TLS1.2 if failed.

I am using 0.15.2.11 version of DLL only.

Same code works for WPF but not for UWP..

If I run the Console app separately then it works.
But when I create a package and Run it fails.

Error is : Client and server do not use same algorithm.

Server is TLS 1.2

@kerryjiang
Copy link
Owner

Please try WebSocket4Net latest beta release:
https://www.nuget.org/packages/WebSocket4Net/1.0.0-beta.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants