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

self signed certificates broken with new requests #45

Open
RafalSkolasinski opened this issue Jul 25, 2022 · 0 comments
Open

self signed certificates broken with new requests #45

RafalSkolasinski opened this issue Jul 25, 2022 · 0 comments

Comments

@RafalSkolasinski
Copy link
Member

RafalSkolasinski commented Jul 25, 2022

We used to set CURL_CA_BUNDLE="" in order to work properly with self signed certificates as documented in authlib docs.

Python requests in version 2.28 removes this method of setting verify=False via env variables.
Until we find another solution one can

pip install "requests < 2.28"

See:

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

1 participant