pip without SSL certificate checking?

Submitted 3 years, 7 months ago
Ticket #159
Views 262
Language/Framework Python
Priority Low
Status Closed

is there an older version of pip that doesn't check SSL certificates?

my corporate proxy replaces the cert from pypi with a company one which causes pip to abort the install.

I can download the packages manually and use pip on the local .tar.gz files but that is just a pain particularly with complex dependencies.

Submitted on Sep 13, 20
add a comment

1 Answer

Verified

Try this.. 

pip.exe install requests

Submitted 3 years, 6 months ago


Latest Blogs