-
Notifications
You must be signed in to change notification settings - Fork 424
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
Internal Server Error, HTTPSConnectionPool Error #262
Comments
I have the same problem, seems related to https://developer.github.com/changes/2018-02-01-weak-crypto-removal-notice/ |
So Github just turned off the TLS1.0 and only allows TLS1.2, I fixed the issue with the openssl upgrade and python reinstallation.
Then openssl version should be 1.0.x
After that, you can see python is using openssl 1.0.x, and if you reinstall grip everything should be good. |
Thanks a lot for this hint! Important to add: This won't work with the Homebrew version because the Homebrew version uses an old Python (at least for me). So maybe, the Homebrew version needs an update? |
I couldn't get this to work with Homebrew either. I ended up uninstalling grip in Homebrew and re-installing it with pip after I did the other steps
|
Thanks @cunninghamzac! Uninstalling it via Homebrew and using @peterfication, Homebrew now uses 3.x as the default |
Yes, this is due to GitHub shutting off weak TLS. Thanks for chiming in, @shirohana, @xavierchow, @cunninghamzac ❤️ |
Actually, while I'm releasing new versions, I added an |
The message in browser,
I think the connection to Github has no problem.
version
The text was updated successfully, but these errors were encountered: