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 5f33844Copy full SHA for 5f33844
1 file changed
src/requests/sessions.py
@@ -422,6 +422,8 @@ def __init__(self):
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.
427
self.verify = True
428
429
#: SSL client certificate default, if String, path to ssl client
0 commit comments