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 ixokai
Recipients ixokai
Date 2010-10-29.19:46:53
SpamBayes Score 0.0004632931
Marked as misclassified No
Message-id <1288381615.12.0.769531001166.issue10236@psf.upfronthosting.co.za>
In-reply-to
Content
Another sporadic failure I've noticed since setting up my buildbot; test_ssl keeps going down. This one I have a hard time analyzing with the tests output, but the latest is: 
http://www.python.org/dev/buildbot/all/builders/x86%20Snow%20Leopard%203.x/builds/250

There's this part in the log:

test_get_server_certificate (test.test_ssl.NetworkedTests) ... [Errno 1] _ssl.c:390: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Verified certificate for svn.python.org:443 is
[...pem...]
ok

There's an errno printed there, but then more debugging for that same test-- and an 'ok'-- so I don't see the FAIL message I'm expecting. So to my naive reading, it seems that it is running once and failing, then re-running in verbose and /not/ failing (and that the error-like message there may not be an error). So, the original problem is a mystery.

Or I'm totally reading it wrong. Either way, I've seen this several times and am not sure how to further debug it. Any suggestions or pointers are welcome. Or fixes :)
History
Date User Action Args
2010-10-29 19:46:55ixokaisetrecipients: + ixokai
2010-10-29 19:46:55ixokaisetmessageid: <1288381615.12.0.769531001166.issue10236@psf.upfronthosting.co.za>
2010-10-29 19:46:53ixokailinkissue10236 messages
2010-10-29 19:46:53ixokaicreate