From f5bac56b61296292bfea8f56ce3fde2b856d3502 Mon Sep 17 00:00:00 2001 From: adamw Date: Thu, 8 Mar 2018 16:02:40 -0600 Subject: Adding https.proxyHost as a fallback when looking for proxy settings --- docs/conf/proxy.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/conf') diff --git a/docs/conf/proxy.rst b/docs/conf/proxy.rst index bcb1b3a..7e07011 100644 --- a/docs/conf/proxy.rst +++ b/docs/conf/proxy.rst @@ -7,6 +7,7 @@ Following settings are checked: 1. ``socksProxyHost`` and ``socksProxyPort`` *(default: 1080)* 2. ``http.proxyHost`` and ``http.proxyPort`` *(default: 80)* +2. ``https.proxyHost`` and ``https.proxyPort`` *(default: 443)* Settings are loaded **in given order** and the **first existing value** is being used. -- cgit v1.2.3