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.py22 CERT_localhost = os.path.join(here, 'keycert.pem') variable
564 context = ssl.create_default_context(cafile=CERT_localhost)
569 handler = self.start_https_server(certfile=CERT_localhost)
573 cafile=CERT_localhost)
586 handler = self.start_https_server(certfile=CERT_localhost)
604 handler = self.start_https_server(context=context, certfile=CERT_localhost)
605 context = ssl.create_default_context(cafile=CERT_localhost)
Dtest_httplib.py24 CERT_localhost = os.path.join(here, 'keycert.pem') variable
1774 context.load_verify_locations(CERT_localhost)
1783 server = self.make_server(CERT_localhost)
1792 server = self.make_server(CERT_localhost)
1794 context.load_verify_locations(CERT_localhost)
1882 cert_file=CERT_localhost)