Skip to content

Commit a718a81

Browse files
committed
Merge pull request #2248 from jktjkt/docs-CAs
docs: Clarify how to pass a custom set of CAs
2 parents de76fbe + 3635b15 commit a718a81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/user/advanced.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ I don't have SSL setup on this domain, so it fails. Excellent. GitHub does thoug
166166
>>> requests.get('https://github.com', verify=True)
167167
<Response [200]>
168168

169-
You can also pass ``verify`` the path to a CA_BUNDLE file for private certs. You can also set the ``REQUESTS_CA_BUNDLE`` environment variable.
169+
You can pass ``verify`` the path to a CA_BUNDLE file with certificates of trusted CAs. This list of trusted CAs can also be specified through the ``REQUESTS_CA_BUNDLE`` environment variable.
170170

171171
Requests can also ignore verifying the SSL certificate if you set ``verify`` to False.
172172

0 commit comments

Comments
 (0)