We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 176832e commit 8d62da8Copy full SHA for 8d62da8
projects/client/RabbitMQ.Client/src/client/api/SslOption.cs
@@ -62,7 +62,7 @@ public bool Enabled
62
}
63
64
65
- private SslProtocols m_version = SslProtocols.Ssl3;
+ private SslProtocols m_version = SslProtocols.Tls;
66
67
///<summary>Retrieve or set the Ssl protocol version
68
///</summary>
0 commit comments