Hi,

All the buildbots are turning red because of test_ssl:
"""
======================================================================
ERROR: test_connect (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/test/test_ssl.py",
line 616, in test_connect
    s.connect(("svn.python.org", 443))
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/ssl.py",
line 519, in connect
    self._real_connect(addr, False)
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/ssl.py",
line 509, in _real_connect
    self.do_handshake()
  File "/var/lib/buildslave/3.x.murray-gentoo-wide/build/Lib/ssl.py",
line 489, in do_handshake
    self._sslobj.do_handshake()
ssl.SSLError: [Errno 1] _ssl.c:420: error:14090086:SSL
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
"""

It seems that svn.python.org certificate expired today (09/01/2012).

Cheers,

cf
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to