From fa334bdf4d9e9ca282db58d3995f25ff6af67817 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 7 Aug 2012 15:25:24 +0200 Subject: [PATCH] Documented --verify. --- README.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.rst b/README.rst index b983a648..37d15f34 100644 --- a/README.rst +++ b/README.rst @@ -483,6 +483,15 @@ In your ``~/.bash_profile``: export NO_PROXY=localhost,example.com +===== +HTTPS +===== + +To skip the host's SSL certificate verification, you can pass ``--verify=no``. +You can also specify a custom CA bundle path using the same option. The same +can also be done via the environment variable ``REQUESTS_CA_BUNDLE``. + + ============== Output Options ==============