Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ssl_verify does not accept a cert file (self-signed) #16

Open
aram535 opened this issue Jun 26, 2024 · 1 comment
Open

ssl_verify does not accept a cert file (self-signed) #16

aram535 opened this issue Jun 26, 2024 · 1 comment

Comments

@aram535
Copy link

aram535 commented Jun 26, 2024

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.

@vavarachen
Copy link
Owner

vavarachen commented Jun 27, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants