-
Notifications
You must be signed in to change notification settings - Fork 15
Hamuko edited this page Jul 19, 2016
·
1 revision
Apparently Madokami can be a bitch when using older versions of OpenSSL. We ran into this problem when using Python with OpenSSL 1.0.1 with our continuous integration system. Please check that your OpenSSL is a recent-ish version before continuing. To determine what version of OpenSSL your Python installation is using, use the command python -c "import ssl; print(ssl.OPENSSL_VERSION)"
and compare it to the release history.