-
Notifications
You must be signed in to change notification settings - Fork 31
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
Max retries exceeded with url: /auth #57
Comments
That SNIMissingWarning makes me think there's an issue with your system python's tls setup. Usually that has to do with how you installed python or openssl, or maybe the versions of related python packages (like requests or urllib3). |
I got this when I use python 12rc on Ubuntu 20.04 (docker). When I change to python 11 it's solved |
Adding Lines 69 to 80 in e08bb6e
fixes the issue for me. I'm not sure why this is not an issue universally, the SSLContext simply has an empty certificate store upon initialisation on my machine. Python 3.12.3
|
Hm. I don't see any harm in adding load_default_certs. I'm also not sure why it's not a bigger problem to have them go unloaded. |
During using gkeepapi, I occasionally meet this error:
I suppose this is the problem of this library, so I ask it here. Is it correct? If so, how to fix it?
Here is the full error:
The text was updated successfully, but these errors were encountered: