Searched refs:https_root_ca_cert_path (Results 1 – 3 of 3) sorted by relevance
| /external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
| D | replay.py | 146 options.https_root_ca_cert_path, host=host, port=options.ssl_port, 151 custom_handlers, rules, options.https_root_ca_cert_path, host=host, 267 self._options.https_root_ca_cert_path = None 339 if options.ssl and options.https_root_ca_cert_path is None: 340 options.https_root_ca_cert_path = os.path.join(os.path.dirname(__file__),
|
| D | httpproxy.py | 377 https_root_ca_cert_path, **kwargs): argument 378 self.ca_cert_path = https_root_ca_cert_path 417 https_root_ca_cert_path, **kwargs): argument 421 self.socket, certfile=https_root_ca_cert_path, server_side=True,
|
| D | certutils_test.py | 30 def __init__(self, https_root_ca_cert_path): argument 34 self.socket, certfile=https_root_ca_cert_path, server_side=True,
|