Docs: list CURL_CA_BUNDLE as supported (#5509)

* Docs: list CURL_CA_BUNDLE as supported
This commit is contained in:
Ben Bodenmiller
2020-07-23 21:57:30 -07:00
committed by GitHub
parent 1b41763472
commit 2d39c0db05
+1
View File
@@ -236,6 +236,7 @@ or persistent::
the c_rehash utility supplied with OpenSSL.
This list of trusted CAs can also be specified through the ``REQUESTS_CA_BUNDLE`` environment variable.
If ``REQUESTS_CA_BUNDLE`` is not set, ``CURL_CA_BUNDLE`` will be used as fallback.
Requests can also ignore verifying the SSL certificate if you set ``verify`` to False::