aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-03-08 16:02:40 -0600
committeradamw <adam@warski.org>2018-03-08 16:03:04 -0600
commitf5bac56b61296292bfea8f56ce3fde2b856d3502 (patch)
tree47d81d73e18c97914a3fcf96540dae5b5a04424f /docs
parent7a787fe227c7c893885ad271de5ffb34f7bd453e (diff)
downloadsttp-f5bac56b61296292bfea8f56ce3fde2b856d3502.tar.gz
sttp-f5bac56b61296292bfea8f56ce3fde2b856d3502.tar.bz2
sttp-f5bac56b61296292bfea8f56ce3fde2b856d3502.zip
Adding https.proxyHost as a fallback when looking for proxy settings
Diffstat (limited to 'docs')
-rw-r--r--docs/conf/proxy.rst1
1 files changed, 1 insertions, 0 deletions
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.