ssl-opt-out

Opt-out of Python SSL certificate verification.


Keywords
python, ssl
License
BSD-3-Clause
Install
pip install ssl-opt-out==0.9.1

Documentation

Build Status PyPI Version Python Versions

SSL Opt-Out

Don't install this package. Ever. Fix your code to explicitly verify or ignore SSL certificates.

If you're still reading, installing this package will opt out of ALL SSL certificate verification added in Python 2.7.9 and Python 3.4 and later via PEP-0476. This approach can serve as a quick workaround when it is not reasonable to modify existing code or third party libraries.