Skip to content

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

Open
DeNcHiK3713 wants to merge 3 commits into
ekalchev:masterfrom
DeNcHiK3713:master
Open

Fixed Tls version for Windows 10 and Windows 7.#6
DeNcHiK3713 wants to merge 3 commits into
ekalchev:masterfrom
DeNcHiK3713:master

Conversation

@DeNcHiK3713
Copy link
Copy Markdown
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