-
Notifications
You must be signed in to change notification settings - Fork 3k
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
get-pip.py fails to bootstrap PIP installation on my Ubuntu 14.04.1 with Certificate verification error. #2375
Comments
Is this still happening? |
Yes. It does. But only while I am behind the corporate proxy. The above problem is seen when your system date and time is running behind the current date and time. Internally get-pip.py script uses 'https' for downloading the packages, and this requires the client to get its certificate validated by server. Because the system clock is running behind, the certificate is also considered to be old hence validation fails resulting in above error. This is the reason why the cert verification fails. Could we improve reporting this in get-pip.py? |
Well what did |
When run
|
Same issue here, quite annoying. |
Same here, is there a way to bypass certificate checking for ssl connections ? |
same. |
I'm going to close this, this appears to be an environmental issue, either with a failing proxy or something similar. In any case, for some reason your Python is unable to validate TLS certificates and you'll need to resolve that before |
As a reference if anyone gets the same problem, I solved this issue with: |
@ajenas what do you mean with this command? where can I run it because I copied and pasted and it didnt go thru. |
@AndresUrregoAngel if you get the problem above with get-pip.py (that says that it cannot accept the SSL certificate for pypi.python.org), the command I gave tells get-pip to proceed despite the SSL problem. |
@ajeans I'm running: and then I'm getting the error: curl(6) couldnt resolve host get-pip.py How should I run it ? thanks so much |
@AndresUrregoAngel: |
|
get-pip.py fails to bootstrap PIP installation on my Ubuntu 14.04.1.
And when I do,
From the error it is very clear certificate verification failed. But why? Is it because OPEN-SSL version
doesn't support SHA256 MD cipher?
But my openSSL configuration states it support SHA256 for MD.
looks a similar issue like #2050
The text was updated successfully, but these errors were encountered: