I'm trying to update my Python SSL, but I'm unable to do it.
When I check the openssl version in terminal I get:
OpenSSL 1.1.0e 16 Feb 2017
And when I check the python ssl library with:
python -c "import ssl; print ssl.OPENSSL_VERSION"
I get:
OpenSSL 1.0.2k 26 Jan 2017
I already installed Python from homebrew, with:
rew install python --with-brewed-openssl
This is the version I'm running:
Python 2.7.13
I installed OpenSSL 1.1.0e manually, how can I link it to python?