[issue23303] test_license_exists_at_url() of test_site fails on "x86 XP-4 3.4" buildbot

STINNER Victor report at bugs.python.org
Thu Jan 22 22:37:35 CET 2015


STINNER Victor added the comment:

The URL is http://www.python.org/psf/license/

wget tells me that the URL is directed to https://www.python.org/psf/license/ which is redirected to https://docs.python.org/license.html which is redirected to https://docs.python.org/2/license.html.

According to Firefox, docs.python.org uses a certificate signed by "DigiCert Inc" with the CN "www.python.org" (hum, it should not be "docs.python.org" ?).

Same failure on "x86 Windows7 3.4":
http://buildbot.python.org/all/builders/x86%20Windows7%203.4/builds/713/steps/test/logs/stdio

And "x86 Ubuntu Shared 3.4":
http://buildbot.python.org/all/builders/x86%20Ubuntu%20Shared%203.4/builds/795/steps/test/logs/stdio

----------
nosy: +christian.heimes

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


More information about the Python-bugs-list mailing list