-
Notifications
You must be signed in to change notification settings - Fork 215
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
Ubuntu 22.04 - ValueError: unsupported hash type ripemd160 #168
Comments
Is a problem with openssl, basically ripemd160 was dissable, if you want you can activate again: The issue can be resolved by adding this lines to /etc/ssl/openssl.cnf: [openssl_init] List of providers to load[provider_sect] [default_sect] +[legacy_sect] Check this link |
I wonder why this issue isn't getting more attention. It would seem like this is a breaking issue that affects a very sizable portion of users. Is it absolutely necessary to use |
I add a PR to solve this: |
Using Ubuntun 22.04 and Python 3.10.6 the code throws an error
Using same code in virtual env python3.9 does work.
The text was updated successfully, but these errors were encountered: