mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
merge 3.4 (#23053)
This commit is contained in:
@@ -551,7 +551,6 @@ class TestUrlopen(unittest.TestCase):
|
||||
|
||||
def test_https_with_cafile(self):
|
||||
handler = self.start_https_server(certfile=CERT_localhost)
|
||||
import ssl
|
||||
# Good cert
|
||||
data = self.urlopen("https://localhost:%s/bizarre" % handler.port,
|
||||
cafile=CERT_localhost)
|
||||
|
||||
Reference in New Issue
Block a user