Skip to content

Commit

Permalink
docs: Add a note about SSL c_rehash
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Vacek committed May 2, 2016
1 parent 296928f commit 52facb2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/user/advanced.rst
Expand Up @@ -208,6 +208,9 @@ You can pass ``verify`` the path to a CA_BUNDLE file or directory with certifica

>>> requests.get('https://github.com', verify='/path/to/certfile')

.. note:: If ``verify`` is set to a path to a directory, the directory must have been processed using
the c_rehash utility supplied with OpenSSL.

This list of trusted CAs can also be specified through the ``REQUESTS_CA_BUNDLE`` environment variable.

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

0 comments on commit 52facb2

Please sign in to comment.