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 ned.deily
Recipients christian.heimes, ned.deily, ronaldoussoren, ugultopu
Date 2016-12-25.13:24:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482672262.71.0.979253452836.issue29066@psf.upfronthosting.co.za>
In-reply-to
Content
The issue here seems to be the way Twisted installs its dependencies.  It looks like Twisted is calling setuptools directly and thus probably "losing" the certificate-related arguments from the original pip call.  (It all works correctly if do you the default root certificates setup as suggested in the installer readme.)  If you want to pursue the issue, I suggest checking with the Twisted project (https://twistedmatrix.com/).
History
Date User Action Args
2016-12-25 13:24:22ned.deilysetrecipients: + ned.deily, ronaldoussoren, christian.heimes, ugultopu
2016-12-25 13:24:22ned.deilysetmessageid: <1482672262.71.0.979253452836.issue29066@psf.upfronthosting.co.za>
2016-12-25 13:24:22ned.deilylinkissue29066 messages
2016-12-25 13:24:22ned.deilycreate