mirror of
https://github.com/httpie/cli.git
synced 2024-11-07 16:34:35 +01:00
Documented --verify.
This commit is contained in:
parent
f6724452cf
commit
fa334bdf4d
@ -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
|
||||
==============
|
||||
|
Loading…
Reference in New Issue
Block a user