-
-
Notifications
You must be signed in to change notification settings - Fork 45
Open
Description
The verify
parameter in the Configuration
verify (bool): Whether to verify the SSL certificate. |
verify: typing.NotRequired[bool] |
is passed to requests
, but requests
accepts a bool | str
.
:param verify: (optional) Either a boolean, in which case it controls whether we verify
the server's TLS certificate, or a string, in which case it must be a path
to a CA bundle to use. Defaults to ``True``.
Metadata
Metadata
Assignees
Labels
No labels