We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23540c9 commit 0ad5539Copy full SHA for 0ad5539
src/requests/sessions.py
@@ -420,6 +420,8 @@ 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
+ #: If verify is set to a string, it must be the path to a CA bundle file
424
+ #: that will be used to verify the TLS certificate.
425
#: Only set this to `False` for testing.
426
self.verify = True
427
0 commit comments