PMXBOT Log file Viewer

Help | Karma | Search:

#pypa logs for Wednesday the 22nd of October, 2014

(Back to #pypa overview) (Back to channel listing) (Animate logs)
[19:27:37] <weykent> does pip only use its own buil-in cert bundle when validating HTTPS requests? i have an in-house CA, and curl can successfully validate against the CA cert once it's added to /etc/ssl/certs/ca-certificates.crt, but pip still says the cert is invalid. this is pip 1.5.6, using ndg-httpsclient
[20:03:27] <DanC> weykent, yes, I tracked down what pip 1.5.6 uses, and it's a cert bundle that comes with pip
[20:04:33] <weykent> DanC, ah, dang
[20:04:36] <weykent> DanC, no way to change it?
[20:04:48] <DanC> there's an option, I'm pretty sure...
[20:04:59] <weykent> DanC, i can't find it
[20:05:04] <DanC> $ pip --help|grep cert
[20:05:05] <DanC> --cert <path> Path to alternate CA bundle.
[20:05:19] <weykent> oh!
[20:05:24] <weykent> i was looking in the 'install' options