Home
last modified time | relevance | path

Searched refs:CERT_localhost (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_urllib2_localnet.py25 CERT_localhost = os.path.join(here, 'keycert.pem') variable
567 context = ssl.create_default_context(cafile=CERT_localhost)
572 handler = self.start_https_server(certfile=CERT_localhost)
576 cafile=CERT_localhost)
589 handler = self.start_https_server(certfile=CERT_localhost)
607 handler = self.start_https_server(context=context, certfile=CERT_localhost)
608 context = ssl.create_default_context(cafile=CERT_localhost)
H A Dtest_httplib.py26 CERT_localhost = os.path.join(here, 'keycert.pem') variable
1920 context.load_verify_locations(CERT_localhost)
1929 server = self.make_server(CERT_localhost)
1938 server = self.make_server(CERT_localhost)
1940 context.load_verify_locations(CERT_localhost)
2028 cert_file=CERT_localhost)

Completed in 5 milliseconds