diff --git a/Src/IronPython.Modules/_ssl.cs b/Src/IronPython.Modules/_ssl.cs index 95f01d722..b078f196b 100644 --- a/Src/IronPython.Modules/_ssl.cs +++ b/Src/IronPython.Modules/_ssl.cs @@ -692,7 +692,7 @@ private static Exception ErrorDecoding(CodeContext context, params object[] args public const int VERIFY_X509_STRICT = 0x20; // from openssl/x509_vfy.h public const int VERIFY_X509_TRUSTED_FIRST = 0x8000; // from openssl/x509_vfy.h - public const bool HAS_SNI = false; + public const bool HAS_SNI = true; public const bool HAS_ECDH = true; public const bool HAS_NPN = false; public const bool HAS_ALPN = false;