Home
last modified time | relevance | path

Searched refs:https_root_ca_cert_path (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dhttpproxy.py386 https_root_ca_cert_path, **kwargs): argument
387 self.ca_cert_path = https_root_ca_cert_path
426 https_root_ca_cert_path, **kwargs): argument
430 self.socket, certfile=https_root_ca_cert_path, server_side=True,
Dreplay.py148 options.https_root_ca_cert_path, host=host, port=options.ssl_port,
154 custom_handlers, rules, options.https_root_ca_cert_path, host=host,
272 self._options.https_root_ca_cert_path = None
344 if options.ssl and options.https_root_ca_cert_path is None:
345 options.https_root_ca_cert_path = os.path.join(os.path.dirname(__file__),
Dcertutils_test.py30 def __init__(self, https_root_ca_cert_path): argument
34 self.socket, certfile=https_root_ca_cert_path, server_side=True,