Skip to content

Commit caf2f74

Browse files
committed
Proper SslProtocols value on default constructor
1 parent 036d45e commit caf2f74

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Class Library/ActiveUp.Net.Common/SslHandShake.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public SslHandShake(string hostName, System.Security.Authentication.SslProtocols
4848
{
4949

5050
}
51-
public SslHandShake(string hostName) : this(hostName, System.Security.Authentication.SslProtocols.Default, null, null, null, false)
51+
public SslHandShake(string hostName) : this(hostName, System.Security.Authentication.SslProtocols.None, null, null, null, false)
5252
{
5353

5454
}

0 commit comments

Comments
 (0)