4 lines
57 B
Python
4 lines
57 B
Python
import ssl
|
|
|
|
def test_sni_support():
|
|
assert ssl.HAS_SNI
|
import ssl
|
|
|
|
def test_sni_support():
|
|
assert ssl.HAS_SNI
|