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 christian.heimes
Recipients Arfrever, Dima.Tisnek, barry, benjamin.peterson, christian.heimes, dstufft, eric.araujo, fweimer, icordasc, jcea, lnussel, loewis, naif, pitrou
Date 2013-11-28.13:18:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385644726.09.0.65126077892.issue13655@psf.upfronthosting.co.za>
In-reply-to
Content
All these paths are on directories that are supposed to be read-only for untrusted users. You can't protect yourself against a malicious admin anyway. For Python 3.4 the ssl module uses the cert path that are configured with OpenSSL. The paths and configuration are outside our control.
History
Date User Action Args
2013-11-28 13:18:46christian.heimessetrecipients: + christian.heimes, loewis, barry, jcea, pitrou, benjamin.peterson, eric.araujo, Arfrever, Dima.Tisnek, naif, icordasc, dstufft, fweimer, lnussel
2013-11-28 13:18:46christian.heimessetmessageid: <1385644726.09.0.65126077892.issue13655@psf.upfronthosting.co.za>
2013-11-28 13:18:46christian.heimeslinkissue13655 messages
2013-11-28 13:18:45christian.heimescreate