Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8a257c commit 575596eCopy full SHA for 575596e
1 file changed
Lib/test/test_ssl.py
@@ -1419,6 +1419,7 @@ def test_get_ca_certs_capath(self):
1419
s.close()
1420
self.assertEqual(len(ctx.get_ca_certs()), 1)
1421
1422
+ @needs_sni
1423
def test_context_setget(self):
1424
# Check that the context of a connected socket can be replaced.
1425
with support.transient_internet("svn.python.org"):
@@ -1970,6 +1971,7 @@ def test_crl_check(self):
1970
1971
cert = s.getpeercert()
1972
self.assertTrue(cert, "Can't get peer certificate.")
1973
1974
1975
def test_check_hostname(self):
1976
if support.verbose:
1977
sys.stdout.write("\n")
0 commit comments