Message158386
| Author |
vstinner |
| Recipients |
pitrou, vstinner |
| Date |
2012年04月16日.00:49:50 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1334537391.58.0.830155937634.issue14589@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/3677/steps/test/logs/stdio
======================================================================
ERROR: test_algorithms (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/test/test_ssl.py", line 841, in test_algorithms
s.connect(remote)
File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/ssl.py", line 543, in connect
self._real_connect(addr, False)
File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/ssl.py", line 533, in _real_connect
self.do_handshake()
File "/home/buildbot/buildarea/3.x.ochtman-gentoo-amd64/build/Lib/ssl.py", line 513, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [Errno 1] _ssl.c:435: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed
----------------------------------------------------------------------
It looks like https://sha256.tbs-internet.com/ certificate changed: the serial number of the current certificate is 00:AA:55:98:78:20:F6:77:C2:A1:D0:15:C1:C3:F8:B2:2C.
The serial number of Lib/test/sha256.pem is c9:9a:83:ec:a0:48:07:71:66:c6:f2:cd:88:e1:b9:6d (try "openssl x509 -in Lib/test/sha256.pem -text -noout" command).
I don't know how to download the new certificate. |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2012年04月16日 00:49:51 | vstinner | set | recipients:
+ vstinner, pitrou |
| 2012年04月16日 00:49:51 | vstinner | set | messageid: <1334537391.58.0.830155937634.issue14589@psf.upfronthosting.co.za> |
| 2012年04月16日 00:49:50 | vstinner | link | issue14589 messages |
| 2012年04月16日 00:49:50 | vstinner | create |
|