Skip to content
Snippets Groups Projects
Commit 9e15286609ae authored by Gregory Szorc's avatar Gregory Szorc
Browse files

sslutil: expose attribute indicating whether SNI is supported

This will be used so clone bundles can advertise whether URLs require
SNI. This will be explained more in a subsequent patch.
parent 36383507a6f8
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,8 @@
from .i18n import _
from . import error, util
hassni = getattr(ssl, 'HAS_SNI', False)
_canloaddefaultcerts = False
try:
ssl_context = ssl.SSLContext
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment