You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On Wed, Jun 26, 2024 at 5:48 AM Aram Mirzadeh ***@***.***> wrote:
Hi, seems like the ssl_verify parameter is just True or False. With False,
there doesn't seem to be a way to suppress the "warnings".
Normally you can provide True, or a cert to be used as the chain of the
certification.
The other option is add a requests.session as a parameter so that the user
can provide their own session with the certificate already in the chain.
—
Reply to this email directly, view it on GitHub
<#16>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACNZVNYOGZBLQ5JBDLJLTSDZJKL6LAVCNFSM6AAAAABJ5T4CKWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGM3TKMBQGQZTSNA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
Hi, seems like the ssl_verify parameter is just True or False. With False, there doesn't seem to be a way to suppress the "warnings".
Normally you can provide True, or a cert to be used as the chain of the certification.
The other option is add a requests.session as a parameter so that the user can provide their own session with the certificate already in the chain.
The text was updated successfully, but these errors were encountered: