[Catalog-sig] pip-1.3rc1 with SSL cert support available for testing

Marcus Smith qwcode at gmail.com
Sun Feb 24 03:49:29 CET 2013


see the first email in this thread:

https://groups.google.com/d/topic/python-virtualenv/foXxh-NpdGg/discussion

It explains how to run the pip RC (and the virtualenv RC) without affecting
your current setup.

To see the verbose details of "pip install" interacting with pypi links
over https, use:

"pip install -v -v SomePackage"

To see it actually fail due to certificate problems, pass an alternate to
the built-in cert bundle, that should not work, like so:

pip --cert=<path to bad pem file> -v -v install SomePackage

testing and feedback appreciated.

Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/catalog-sig/attachments/20130223/a9d6457a/attachment.html>


More information about the Catalog-SIG mailing list