[New-bugs-announce] [issue12496] test_ssl test_connect_capath fails with "certificate verify failed"

Ned Deily report at bugs.python.org
Tue Jul 5 02:28:29 CEST 2011


New submission from Ned Deily <nad at acm.org>:

======================================================================
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

----------
assignee: ned.deily
components: Tests
messages: 139818
nosy: ned.deily
priority: normal
severity: normal
stage: needs patch
status: open
title: test_ssl test_connect_capath fails with "certificate verify failed"
versions: Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12496>
_______________________________________


More information about the New-bugs-announce mailing list