Skip to content

Commit 161e654

Browse files
authored
Merge pull request pmengal#46 from LinoBarreca/master
Proper SslProtocols value on default constructor
2 parents 036d45e + 78b9115 commit 161e654

2 files changed

Lines changed: 92 additions & 86 deletions

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)