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