Message139818
| Author |
ned.deily |
| Recipients |
ned.deily |
| Date |
2011年07月05日.00:28:28 |
| SpamBayes Score |
0.07339861 |
| Marked as misclassified |
No |
| Message-id |
<1309825709.83.0.777324872875.issue12496@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
======================================================================
ERROR: test_connect_capath (test.test_ssl.NetworkedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/test/test_ssl.py", line 584, in test_connect_capath
s.connect(("svn.python.org", 443))
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/ssl.py", line 471, in connect
self._real_connect(addr, False)
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/ssl.py", line 461, in _real_connect
self.do_handshake()
File "/Library/Frameworks/Python.framework/Versions/3.2/lib/python3.2/ssl.py", line 441, in do_handshake
self._sslobj.do_handshake()
ssl.SSLError: [Errno 1] _ssl.c:392: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2011年07月05日 00:28:29 | ned.deily | set | recipients:
+ ned.deily |
| 2011年07月05日 00:28:29 | ned.deily | set | messageid: <1309825709.83.0.777324872875.issue12496@psf.upfronthosting.co.za> |
| 2011年07月05日 00:28:29 | ned.deily | link | issue12496 messages |
| 2011年07月05日 00:28:28 | ned.deily | create |
|