mx-moth / flask-saml2

Flask library for building SAML Service Providers and Identity Providers
MIT License
70 stars 61 forks source link

Relax pyOpenSSL version requirement #38

Open avtobiff opened 1 year ago

avtobiff commented 1 year ago

Currently setup.py lists the install requirement pyopenssl<18, but it works with pyOpenSSL==23.0.0.

Please relax the version requirement on pyOpenSSL for installation.

TimSC commented 1 year ago

I had the error "AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'" which was fixed by installing pyOpenSSL-23.1.1