[issue23588] Errno conflicts in ssl.SSLError

John Nagle report at bugs.python.org
Wed Apr 1 21:19:19 CEST 2015


John Nagle added the comment:

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.

----------
nosy: +nagle

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23588>
_______________________________________


More information about the Python-bugs-list mailing list