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

temporarily fix the urllib3 2.0.0 incompatible with openssl #2662

Merged
merged 1 commit into from
Apr 27, 2023

Conversation

siyuan0322
Copy link
Collaborator

The error is

ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' 
module is compiled with OpenSSL 1.0.2k-fips  26 Jan 2017. See: 
https://github.com/urllib3/urllib3/issues/2168

urllib3 release 2.0.0 today and dropped support for openssl < 1.1.1, whereas out centos7 bundled openssl library is 1.0.2k.

This restraints could be dropped when our image base has been switch to ubuntu #2607

@siyuan0322 siyuan0322 changed the title temporarily fix the urllib3 2.0.0 incompatibe with openssl error temporarily fix the urllib3 2.0.0 incompatible with openssl Apr 27, 2023
@sighingnow sighingnow merged commit 2559333 into alibaba:main Apr 27, 2023
23 checks passed
@siyuan0322 siyuan0322 deleted the zsy/fix branch April 27, 2023 07:44
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

Successfully merging this pull request may close these issues.

None yet

2 participants