We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ad5539 commit b31e11bCopy full SHA for b31e11b
1 file changed
src/requests/sessions.py
@@ -420,9 +420,9 @@ def __init__(self):
420
#: presented by the server, and will ignore hostname mismatches and/or
421
#: expired certificates, which will make your application vulnerable to
422
#: man-in-the-middle (MitM) attacks.
423
+ #: Only set this to `False` for testing.
424
#: If verify is set to a string, it must be the path to a CA bundle file
425
#: that will be used to verify the TLS certificate.
- #: Only set this to `False` for testing.
426
self.verify = True
427
428
#: SSL client certificate default, if String, path to ssl client
0 commit comments