correctly handle _proxy_ssl backend's private config
This commit is contained in:
parent
535f5fc0a1
commit
e4d4ed206f
1 changed files with 1 additions and 1 deletions
|
|
@ -322,7 +322,7 @@ class BaseBackend(object):
|
|||
tmpproxy = os.environ['http_proxy']
|
||||
elif 'HTTP_PROXY' in os.environ:
|
||||
tmpproxy = os.environ['HTTP_PROXY']
|
||||
if '_proxys' in self._private_config:
|
||||
if '_proxy_ssl' in self._private_config:
|
||||
tmpproxys = self._private_config['_proxy_ssl']
|
||||
elif 'https_proxy' in os.environ:
|
||||
tmpproxys = os.environ['https_proxy']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue