Skip to content

Commit 7694fcd

Browse files
slozierslide
authored andcommitted
Make HAS_SNI = true (#497)
1 parent 51b158b commit 7694fcd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Src/IronPython.Modules/_ssl.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -692,7 +692,7 @@ private static Exception ErrorDecoding(CodeContext context, params object[] args
692692
public const int VERIFY_X509_STRICT = 0x20; // from openssl/x509_vfy.h
693693
public const int VERIFY_X509_TRUSTED_FIRST = 0x8000; // from openssl/x509_vfy.h
694694

695-
public const bool HAS_SNI = false;
695+
public const bool HAS_SNI = true;
696696
public const bool HAS_ECDH = true;
697697
public const bool HAS_NPN = false;
698698
public const bool HAS_ALPN = false;

0 commit comments

Comments
 (0)