Files
requests/docs
Kevin Burke e94c812c2d Clarify that SSL verification is on by default
Generally if a kwarg is present it indicates that an option other than the
default is being specified. Putting `verify=True` in the first code sample
for SSL confused me, because it seemed to indicate that you had to specify
`verify=True` to get SSL verification. The opposite is true; SSL verification
is turned on by default and you have to specify `verify=False` to opt out of
SSL verification.

Updates the docs to make this more clear. Furthermore, connections to
https://kennethreitz.com currently time out instead of presenting an invalid
certificate, so I replaced this domain with https://requestb.in, which presents
the same error message as is currently there.
2016-03-17 08:16:56 -07:00
..
2016-02-19 06:08:38 -05:00
2016-02-21 22:54:04 -05:00
2016-02-21 23:02:10 -05:00
2016-03-08 23:57:54 -05:00
2016-02-21 20:32:36 -05:00
2016-02-19 00:56:14 -05:00
2016-02-19 00:56:14 -05:00