Skip to content

Commit 8d62da8

Browse files
Use TLSv1 by default
Supported by .NET 2.0+. TLSv1.1 and v1.2 are only available as of .NET 4.5.
1 parent 176832e commit 8d62da8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/client/RabbitMQ.Client/src/client/api/SslOption.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public bool Enabled
6262
}
6363

6464

65-
private SslProtocols m_version = SslProtocols.Ssl3;
65+
private SslProtocols m_version = SslProtocols.Tls;
6666

6767
///<summary>Retrieve or set the Ssl protocol version
6868
///</summary>

0 commit comments

Comments
 (0)