##// END OF EJS Templates
sslutil: expose attribute indicating whether SNI is supported...
Gregory Szorc -
r26622:9e152866 default
parent child Browse files
Show More
@@ -16,6 +16,8 b' import sys'
16 16 from .i18n import _
17 17 from . import error, util
18 18
19 hassni = getattr(ssl, 'HAS_SNI', False)
20
19 21 _canloaddefaultcerts = False
20 22 try:
21 23 ssl_context = ssl.SSLContext
General Comments 0
You need to be logged in to leave comments. Login now