This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:29ned.deilysetrecipients: + ned.deily
2011-07-05 00:28:29ned.deilysetmessageid: <1309825709.83.0.777324872875.issue12496@psf.upfronthosting.co.za>
2011-07-05 00:28:29ned.deilylinkissue12496 messages
2011-07-05 00:28:28ned.deilycreate