← Back to team overview

openjdk team mailing list archive

[Bug 873517] Re: When upgrading from maverick to oneiric receieved a number of error messages about ssl certs

 

I've had trouble connecting to services in my organization because the
cert verification failed. Here is a traceback from a Python script that
hits the error:

Traceback (most recent call last):
  File "/home/eric/bin/qpaste", line 52, in <module>
    resp, content = h.request(paste_url, 'POST', urlencode(data))
  File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1436, in request
    (response, content) = self._request(conn, authority, uri, request_uri, method, body, headers, redirections, cachekey)
  File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1188, in _request
    (response, content) = self._conn_request(conn, request_uri, method, body, headers)
  File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 1123, in _conn_request
    conn.connect()
  File "/usr/lib/python2.7/dist-packages/httplib2/__init__.py", line 911, in connect
    raise SSLHandshakeError(e)
httplib2.SSLHandshakeError: [Errno 1] _ssl.c:503: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed

-- 
You received this bug notification because you are a member of OpenJDK,
which is subscribed to ca-certificates-java in Ubuntu.
https://bugs.launchpad.net/bugs/873517

Title:
  When upgrading from maverick to oneiric receieved a number of error
  messages about ssl certs

Status in “ca-certificates-java” package in Ubuntu:
  Confirmed

Bug description:
  While performing an upgrade from maverick to oneiric in a 32-bit
  Ubuntu server environment I noticed that it seemed like every pem file
  was failiing.   I received errors like the following:

  error adding /etc/ssl/certs/blah.pem

  where blah could be replaced by what seemed like every pem file.  My
  system continues to run fine, I do not run java processes other then
  the occasional ant build which continues to work as before.  Not a
  fatal bug for myself, thought I'd report it since I noticed the error
  messages.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ca-certificates-java/+bug/873517/+subscriptions



References