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

Fixed Tls version for Windows 10 and Windows 7. #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

DeNcHiK3713
Copy link
Contributor

@DeNcHiK3713 DeNcHiK3713 commented Jul 21, 2021

Fixed issue with tls 1.3 not supported by Windows 10 and Windows 7.
It should now work on both Windows and Linux.
This allows SslStream to choose supported Tls version.

SslProtocols.Tls13 | SslProtocols.Tls12

Probably it could be like this:

SslProtocols.Tls13 | SslProtocols.Tls12 | SslProtocols.Tls11| SslProtocols.Tls

Also fixed for System.NotSupportedException (Memory stream is not expandable)

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

Successfully merging this pull request may close these issues.

2 participants