[issue23052] python2.7.9 [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:581)

Alex Gaynor report at bugs.python.org
Mon Dec 15 07:46:04 CET 2014


Alex Gaynor added the comment:

Python 2.7.9 enabled certificate validation by default for HTTP connections, see PEP476.

The server you're connecting to does not have a certificate that is trusted by your client. pysphere should configure SSL appropriately for this use case.

----------
nosy: +alex
resolution:  -> not a bug
stage:  -> resolved

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


More information about the Python-bugs-list mailing list