"Pip install --trusted-host pypi.python.org package" doesn't honor --trusted-host and makes SSL certificate invalid behind the proxy. Is there anyway to validate certificates to pip install packages ? I'm using python 3.6.0
Asked
Active
Viewed 2,043 times
2
-
Possible duplicate of [How can I fix pip install certificate issue on Windows with Python 2.7?](https://stackoverflow.com/questions/49880259/how-can-i-fix-pip-install-certificate-issue-on-windows-with-python-2-7) – phd Apr 18 '18 at 18:36
-
I'm using pip 9 with latest python 3.6 – Yugendhar Anveshra Apr 18 '18 at 19:06
-
Upgraded pip to latest version. Yet, it doesn't solve the purpose – Yugendhar Anveshra Apr 18 '18 at 19:09
-
what version of pip are you on? Could be related to https://stackoverflow.com/a/49769015/1526703 – Anupam Apr 19 '18 at 03:55
-
It shows same error on 9 and 10 versions. I have seen that answer but I'm working on windows and not sure if I can use some external pip upgrade. – Yugendhar Anveshra Apr 19 '18 at 17:00