Hey I'm trying to install some packages from a requires
file on a new virtual environment (2.7.4), but I keep running into the following error:
CertificateError: hostname 'pypi.python.org' doesn't match either of '*.addvocate.com', 'addvocate.com'
I cannot seem to find anything helpful on the error when I search. What is going wrong here? Who in the world is addvocate.com
and what are they doing here?
The issue is being documented on the python status site at http://status.python.org/incidents/jj8d7xn41hr5
When I try to connect to pypi I get the following error:
pypi.python.org uses an invalid security certificate.
The certificate is only valid for the following names:
*.addvocate.com , addvocate.com
So either pypi is using the wrong ssl certificate or somehow my connection is being routed to the wrong server.
In the meantime I have resorted to downloading directly from source URLs. See http://www.pip-installer.org/en/latest/usage.html#pip-install
I had the same error, I fixed it by downgrading my pip version to 1.2.1:
easy_install pip==1.2.1
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With