File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -656,10 +656,10 @@ certificates trusted by Requests can be found with::
656656 from requests.utils import DEFAULT_CA_BUNDLE_PATH
657657 print(DEFAULT_CA_BUNDLE_PATH)
658658
659- You override this default certificate bundle by setting the standard
660- `` curl_ca_bundle `` environment variable to another file path::
659+ You override this default certificate bundle by setting the `` REQUESTS_CA_BUNDLE ``
660+ (or `` CURL_CA_BUNDLE ``) environment variable to another file path::
661661
662- $ export curl_ca_bundle ="/usr/local/myproxy_info/cacert.pem"
662+ $ export REQUESTS_CA_BUNDLE ="/usr/local/myproxy_info/cacert.pem"
663663 $ export https_proxy="http://10.10.1.10:1080"
664664
665665 $ python
You can’t perform that action at this time.
0 commit comments