New submission from Ned Deily <n...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue12496>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to