Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_urllib2_localnet.py21 CERT_localhost = os.path.join(here, 'keycert.pem') variable
563 context = ssl.create_default_context(cafile=CERT_localhost)
568 handler = self.start_https_server(certfile=CERT_localhost)
572 cafile=CERT_localhost)
585 handler = self.start_https_server(certfile=CERT_localhost)
603 handler = self.start_https_server(context=context, certfile=CERT_localhost)
604 context = ssl.create_default_context(cafile=CERT_localhost)
Dtest_httplib.py20 CERT_localhost = os.path.join(here, 'keycert.pem') variable
1743 context.load_verify_locations(CERT_localhost)
1752 server = self.make_server(CERT_localhost)
1761 server = self.make_server(CERT_localhost)
1763 context.load_verify_locations(CERT_localhost)
1851 cert_file=CERT_localhost)