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

Fix error module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK' #1117

Closed
wants to merge 1 commit into from

Conversation

moylop260
Copy link

Release today:

And it is raising the following error:

  • module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

So current pyopenssl version is only compatible with cryptography<37.0.0

Release today:
 - https://pypi.org/project/cryptography/37.0.0

And it is raising the following error:
 - `module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'`

So current pyopenssl version is only compatible with cryptography<37.0.0
@alex
Copy link
Member

alex commented Apr 27, 2022

This is not correct, see #1114.

The current release of pyOpenSSL is very much compatible with the latest cryptography. You are using an old pyOpenSSL with a brand new cryptography. Upgrade your pyOpenSSL and everything will be great.

@moylop260
Copy link
Author

Using a limited version less-than is immutable the version installed

So, using a incompatible version it will raises error for all previous version of pyopenssl installing out-of-the-box for different reasons

But I got your point

Thank you for reply

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants