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 vstinner
Recipients alex, bkabrda, dstufft, janssen, ncoghlan, pitrou, r.david.murray, rkuska, vstinner
Date 2015-04-03.12:41:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428064883.53.0.43040643283.issue23857@psf.upfronthosting.co.za>
In-reply-to
Content
> 2) It exists but it is not system wide,

You can hack site.py to disable SSL checks system-wide. It was also discussed to support an optional "sslcustomize" module, but the idea was rejected if I remember correctly. Anyway, did you read the discussion on the PEP 476? Options to disable SSL checks have been discussed there.

Examples:
https://mail.python.org/pipermail/python-dev/2014-August/136034.html
https://mail.python.org/pipermail/python-dev/2014-September/136102.html
History
Date User Action Args
2015-04-03 12:41:23vstinnersetrecipients: + vstinner, ncoghlan, janssen, pitrou, alex, r.david.murray, bkabrda, dstufft, rkuska
2015-04-03 12:41:23vstinnersetmessageid: <1428064883.53.0.43040643283.issue23857@psf.upfronthosting.co.za>
2015-04-03 12:41:23vstinnerlinkissue23857 messages
2015-04-03 12:41:23vstinnercreate