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 4791422 commit 63455e7Copy full SHA for 63455e7
1 file changed
src/requests/sessions.py
@@ -421,6 +421,8 @@ 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
+ #: 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.
426
#: Only set this to `False` for testing.
427
self.verify = True
428
0 commit comments