Searched refs:CERT_localhost (Results 1 – 2 of 2) sorted by relevance
22 CERT_localhost = os.path.join(here, 'keycert.pem') variable564 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)
24 CERT_localhost = os.path.join(here, 'keycert.pem') variable1774 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)