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 nagle
Recipients Ben.Darnell, alex, christian.heimes, dstufft, giampaolo.rodola, janssen, martin.panter, nagle, pitrou
Date 2015-04-01.19:19:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427915959.1.0.583214254583.issue23588@psf.upfronthosting.co.za>
In-reply-to
Content
If SSL error reporting is getting some attention, something should be done to provide better text messages for the SSL errors.  All certificate verify exceptions return the string "certificate verify failed (_ssl.c:581)". The line number in _ssl.c is not particularly useful to end users. OpenSSL has more specific messages, but they're not making it to the Python level.

'python ssl "certificate verify failed"' has 17,000 hits in Google, which indicates users need more help dealing with this class of error.
History
Date User Action Args
2015-04-01 19:19:19naglesetrecipients: + nagle, janssen, pitrou, giampaolo.rodola, christian.heimes, alex, Ben.Darnell, martin.panter, dstufft
2015-04-01 19:19:19naglesetmessageid: <1427915959.1.0.583214254583.issue23588@psf.upfronthosting.co.za>
2015-04-01 19:19:19naglelinkissue23588 messages
2015-04-01 19:19:18naglecreate