-
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
AttributeError: module 'urllib3.util.ssl_' has no attribute 'DEFAULT_CIPHERS' #52
Comments
This sounds like what #51 addresses. In the meantime you should be able to downgrade urllib3. |
fixes psf/cachecontrol#292 and #52
Thank you @simon-weber ! Solution worked! Sorry for not checking existing pull requests, just checked open issues, but may be for somebody else it will be useful too.
|
Looks like I was lucky before and this particular trick (downgrading urllib3) worked only because I had OpenSSL 1.1.1 there (Debian 11) But on Ubuntu 22.04 with OpenSSL 3.0.2 running to #48 issue... So, looks like currently no workaround for systems with OpenSSL 3... |
I think this was fixed by #51 but I forgot to close it. You're right that there's no fix for the openssl v3 issue yet. I haven't looked into it much but it doesn't look easy to debug. |
When I'm running get_tokens.py which is using gpsoauth, the issue with ssl_.DEFAULT_CIPHERS occur in line:
gpsoauth/gpsoauth/__init__.py
Line 70 in 7f364c1
The text was updated successfully, but these errors were encountered: