We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cba10e8 commit 061e70dCopy full SHA for 061e70d
1 file changed
Lib/test/test_httplib.py
@@ -2098,6 +2098,7 @@ def test_networked_trusted_by_default_cert(self):
2098
h.close()
2099
self.assertIn('text/html', content_type)
2100
2101
+ @unittest.skipIf("rustls" in __import__('ssl').OPENSSL_VERSION, "TODO: RUSTPYTHON; rustls does not support server host name verification by CN")
2102
def test_networked_good_cert(self):
2103
# We feed the server's cert as a validating cert
2104
import ssl
0 commit comments