[issue28151] testPythonOrg() of test_robotparser fails on validating python.org HTTPS certificate

STINNER Victor report at bugs.python.org
Wed Sep 14 09:35:46 EDT 2016


STINNER Victor added the comment:

A workaround is to catch the ssl.SSLError and skip the unit test...

Another fix is to avoid completely network connection to the Internet and only uses the temporary HTTP server used by other unit tests.

----------

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


More information about the Python-bugs-list mailing list