This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Cybjit
Recipients Cybjit, benjamin.peterson, cameron, ethan.furman, martin.panter, nikratio, orsenthil, python-dev
Date 2014-05-10.07:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1399707943.51.0.955940492265.issue7776@psf.upfronthosting.co.za>
In-reply-to
Content
On 2014-05-10 00:23, nikratio wrote:
> Is pip maybe doing its own certificate check, and relying on
> HTTPSConnection.host to contain the final hostname rather than the proxy?

I think the culprit might be here https://github.com/pypa/pip/blob/1.5.4/pip/_vendor/requests/packages/urllib3/connection.py#L172
History
Date User Action Args
2014-05-10 07:45:43Cybjitsetrecipients: + Cybjit, orsenthil, benjamin.peterson, cameron, nikratio, ethan.furman, python-dev, martin.panter
2014-05-10 07:45:43Cybjitsetmessageid: <1399707943.51.0.955940492265.issue7776@psf.upfronthosting.co.za>
2014-05-10 07:45:43Cybjitlinkissue7776 messages
2014-05-10 07:45:42Cybjitcreate