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 pitrou
Recipients pitrou, ronaldoussoren
Date 2012-08-21.00:57:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345510650.33.0.71528382994.issue15740@psf.upfronthosting.co.za>
In-reply-to
Content
> The failure seems to occur because the test assumes that the OpenSSL
> library either won't load a CA list at all when ca_cert is not
> specified, or that the default CA list doesn't contain the cacert.org one.

Well, OpenSSL should not implicitly load a CA list when not asked to.
If it does, it means Apple hacked their OpenSSL copy.
(I am further surprised that Apple includes cacert by default in the trusted certificates, while mainstream browsers like Firefox don't)
History
Date User Action Args
2012-08-21 00:57:30pitrousetrecipients: + pitrou, ronaldoussoren
2012-08-21 00:57:30pitrousetmessageid: <1345510650.33.0.71528382994.issue15740@psf.upfronthosting.co.za>
2012-08-21 00:57:09pitroulinkissue15740 messages
2012-08-21 00:57:08pitroucreate