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

httplib2.SSLHandshakeError #104

Closed
abadcd opened this issue May 21, 2019 · 6 comments
Closed

httplib2.SSLHandshakeError #104

abadcd opened this issue May 21, 2019 · 6 comments
Assignees
Labels

Comments

@abadcd
Copy link

abadcd commented May 21, 2019

Hello,I got the following error when I stepped through the documentation to the final step.
![image](https://user-images.githubusercontent.com/45786441/58093976-34da2080-7c02-11e9-918d-0338deac1710.png

@sqrrrl sqrrrl self-assigned this May 21, 2019
@sqrrrl
Copy link
Member

sqrrrl commented May 21, 2019

Looks like you might be using an old version of OpenSSL with Python. See this issue for some steps you can take to diagnose and fix the issue on your system.

@abadcd
Copy link
Author

abadcd commented May 23, 2019

@sqrrrl thank you, Some related versions I am using:
Python 2.7.3
OpenSSL 1.1.1

@sqrrrl
Copy link
Member

sqrrrl commented May 23, 2019

Sorry, forgot to link to the actual issue I wanted to point to -- pypa/pip#829

Also, try running:

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

And let me know what the output is.

@abadcd
Copy link
Author

abadcd commented May 24, 2019

Thank you very much for keeping track of my problems, I get after running
OpenSSL 0.9.7l 28 Sep 2006

@sqrrrl sqrrrl added the wontfix label May 24, 2019
@sqrrrl
Copy link
Member

sqrrrl commented May 24, 2019

Thanks. Definitely looks like the same issue described in the bug linked in my previous comment. There's not much we can do about that -- you'll just have to update your python version so it's linked against a more recent version of OpenSSL.

@sqrrrl sqrrrl closed this as completed May 24, 2019
@abadcd
Copy link
Author

abadcd commented May 27, 2019

@sqrrrl Awesome👍
Update the python version to the latest, it works for me。
thank you very much

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

No branches or pull requests

2 participants