zclfly / collective-intelligence-framework

Automatically exported from code.google.com/p/collective-intelligence-framework
0 stars 0 forks source link

python-cif TLS errors in ubuntu 10.10 and 11.11 #110

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
File 
"/usr/local/lib/python2.6/dist-packages/httplib2-0.7.1-py2.6.egg/httplib2/__init
__.py", line 911, in connect
raise SSLHandshakeError(e)
httplib2.SSLHandshakeError: [Errno 1] _ssl.c:490: error:14090086:SSL 
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

happens in 10.10

Original issue reported on code.google.com by saxjazm...@gmail.com on 17 Oct 2011 at 4:32

GoogleCodeExporter commented 9 years ago
debuglevel > 0 in httplib2

Original comment by saxjazm...@gmail.com on 17 Oct 2011 at 4:43

GoogleCodeExporter commented 9 years ago

Original comment by saxjazm...@gmail.com on 18 Oct 2011 at 1:14

GoogleCodeExporter commented 9 years ago

Original comment by saxjazm...@gmail.com on 28 Dec 2011 at 2:13

GoogleCodeExporter commented 9 years ago
Traceback (most recent call last):
  File "/usr/local/bin/cifcli.py", line 7, in <module>
    execfile(__file__)
  File "/home/wes/projects/src/cif/pycif/scripts/cifcli.py", line 39, in <module>
    feed = rclient.GET(query,args.severity,args.restriction,args.nolog,args.confidence,args.simple,args.guid)
  File "/home/wes/projects/src/cif/pycif/cif/__init__.py", line 91, in GET
    resp,ret = httplib2.Http(proxy_info = p,disable_ssl_certificate_validation=self.no_verify_tls).request(s+queryString)
  File "/usr/local/lib/python2.6/dist-packages/httplib2-0.7.1-py2.6.egg/httplib2/__init__.py", line 1436, in request
    (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
  File "/usr/local/lib/python2.6/dist-packages/httplib2-0.7.1-py2.6.egg/httplib2/__init__.py", line 1188, in _request
    (response, content) = self._conn_request(conn, request_uri, method, body, headers)
  File "/usr/local/lib/python2.6/dist-packages/httplib2-0.7.1-py2.6.egg/httplib2/__init__.py", line 1123, in _conn_request
    conn.connect()
  File "/usr/local/lib/python2.6/dist-packages/httplib2-0.7.1-py2.6.egg/httplib2/__init__.py", line 911, in connect
    raise SSLHandshakeError(e)
httplib2.SSLHandshakeError: [Errno 1] _ssl.c:490: error:14090086:SSL 
routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

Original comment by saxjazm...@gmail.com on 6 Jan 2012 at 11:57

GoogleCodeExporter commented 9 years ago
http://code.google.com/p/httplib2/issues/detail?id=154 -- upstream. Author 
isn't using the system certificate store for httplib2

Original comment by saxjazm...@gmail.com on 6 Jan 2012 at 12:06

GoogleCodeExporter commented 9 years ago
will be fixed in:

http://code.google.com/p/collective-intelligence-framework/issues/detail?id=82

Original comment by saxjazm...@gmail.com on 6 Jan 2012 at 12:13

GoogleCodeExporter commented 9 years ago

Original comment by saxjazm...@gmail.com on 6 Jan 2012 at 12:15