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 63455e7 commit fc96f13Copy full SHA for fc96f13
1 file changed
src/requests/sessions.py
@@ -421,9 +421,9 @@ def __init__(self):
421
#: presented by the server, and will ignore hostname mismatches and/or
422
#: expired certificates, which will make your application vulnerable to
423
#: man-in-the-middle (MitM) attacks.
424
+ #: Only set this to `False` for testing.
425
#: If verify is set to a string, it must be the path to a CA bundle file
426
#: that will be used to verify the TLS certificate.
- #: Only set this to `False` for testing.
427
self.verify = True
428
429
#: SSL client certificate default, if String, path to ssl client
0 commit comments