Skip to content

Conversation

@tdykstra
Copy link
Contributor

Fixes dotnet/docs#10201

Per the issue:

  • SslProtocols.Default should not be used; it should be replaced with SslProtocols.None.

    No instances using SslProtocols.Default were found.

  • The documentation for Tls should be added to note that it's provided for backward compatibility only.

    Added note to SslProtocols.Tls.

  • SslProtocols.Ssl2, SslProtocols.Ssl3, and SslProtocols.Tls are all obsolete. Use the OS default (None).

    Found instances of SslProtocols.Ssl3 and SslProtocols.Tls in snippet files, changed them to SslProtocols.None -- but the Snippet7 that they occur in isn't actually used anywhere.

@dotnet-bot dotnet-bot added this to the June 2020 milestone Jun 18, 2020
@tdykstra tdykstra merged commit 44f5723 into dotnet:master Jun 26, 2020
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.

**Check SSLProtocols enum usage**

4 participants