Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OS X El Capitan and TLS 1.0 error after updating openssl #30

Closed
doodlebro opened this issue Jun 1, 2016 · 2 comments
Closed

OS X El Capitan and TLS 1.0 error after updating openssl #30

doodlebro opened this issue Jun 1, 2016 · 2 comments

Comments

@doodlebro
Copy link

Hi, I have followed your instructions in the readme for the TLS 1.0 abandonment... After checking that my python version is 2.7.10 and upgrading openssl to version 1.0.2g I am still receiving a TLS connection error on authentication.

I also tried the fix detailed here: https://urllib3.readthedocs.io/en/latest/security.html#pyopenssl but it did not affect anything.

Any help is appreciated.

@superfell
Copy link
Owner

run this in a terminal to show what OpenSSL library python is using, what does it show ?

python -c "import ssl; print ssl.OPENSSL_VERSION"

@doodlebro
Copy link
Author

Thanks, this led me to the right place. Had to fix a bit of nonsense in my $PATH and reinstalled python to use the latest version of openssl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants