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 koobs
Recipients koobs
Date 2015-12-25.14:10:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451052612.81.0.831910500376.issue25950@psf.upfronthosting.co.za>
In-reply-to
Content
It appears all HTTPS/SSL tests that use the remote host svn.python.org are failing.

All branch builds (tests) are currently broken on koobs-freebsd-current. I think it's the only bot that has run builds post 24th December so far.

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%203.5/builds/21/steps/test/logs/stdio

Investigation reveals:

svn.python.org uses an invalid security certificate. 

The certificate is not trusted because the issuer certificate is unknown. The server might not be sending the appropriate intermediate certificates. An additional root certificate may need to be imported. 

The certificate expired on Friday, 25 December 2015 7:28 AM. The current time is Saturday, 26 December 2015 1:01 AM. 

(Error code: sec_error_unknown_issuer)

Have poked people in #python-infra
History
Date User Action Args
2015-12-25 14:10:12koobssetrecipients: + koobs
2015-12-25 14:10:12koobssetmessageid: <1451052612.81.0.831910500376.issue25950@psf.upfronthosting.co.za>
2015-12-25 14:10:12koobslinkissue25950 messages
2015-12-25 14:10:12koobscreate