summaryrefslogtreecommitdiffstats
path: root/third_party/python/urllib3/urllib3/util/proxy.py
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/urllib3/urllib3/util/proxy.py')
-rw-r--r--third_party/python/urllib3/urllib3/util/proxy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/third_party/python/urllib3/urllib3/util/proxy.py b/third_party/python/urllib3/urllib3/util/proxy.py
index 34f884d5b3..2199cc7b7f 100644
--- a/third_party/python/urllib3/urllib3/util/proxy.py
+++ b/third_party/python/urllib3/urllib3/util/proxy.py
@@ -45,6 +45,7 @@ def create_proxy_ssl_context(
ssl_version=resolve_ssl_version(ssl_version),
cert_reqs=resolve_cert_reqs(cert_reqs),
)
+
if (
not ca_certs
and not ca_cert_dir