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 exarkun, pitrou
Date 2012-05-16.22:45:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337208339.28.0.379758124204.issue14837@psf.upfronthosting.co.za>
In-reply-to
Content
This patch tries to provide better SSL errors by using OpenSSL's official mnemonics. The sub-library mnemonic (e.g. "SSL", "PEM"...) is provided as the "library" attribute on an exception, and the reason mnemonic (e.g. "CERTIFICATE_VERIFY_FAILED") is provided as the "reason" attribute.

I'm welcoming of any comments or suggestions.
History
Date User Action Args
2012-05-16 22:45:40pitrousetrecipients: + pitrou, exarkun
2012-05-16 22:45:39pitrousetmessageid: <1337208339.28.0.379758124204.issue14837@psf.upfronthosting.co.za>
2012-05-16 22:45:38pitroulinkissue14837 messages
2012-05-16 22:45:38pitroucreate