flask-saml2 icon indicating copy to clipboard operation
flask-saml2 copied to clipboard

Relax pyOpenSSL version requirement

Open avtobiff opened this issue 2 years ago • 1 comments

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.

avtobiff avatar Mar 15 '23 23:03 avtobiff

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

TimSC avatar May 12 '23 23:05 TimSC