SSL certificate expired

Bug #1068848 reported by Gerardo Porras
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Triaged
High
Adam Young

Bug Description

While running tests in keystone I suddenly start to get the following error

======================================================================
ERROR: test_2way_ssl_ok (test_ssl.SSLTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/openstack/keystone/app/tests/test_ssl.py", line 74, in test_2way_ssl_ok
    conn.request('GET', '/')
  File "/usr/lib64/python2.6/httplib.py", line 914, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib64/python2.6/httplib.py", line 951, in _send_request
    self.endheaders()
  File "/usr/lib64/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/usr/lib64/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/usr/lib64/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/usr/lib64/python2.6/httplib.py", line 1116, in connect
    self.sock = ssl.wrap_socket(sock, self.key_file, self.cert_file)
  File "/usr/lib/python2.6/site-packages/eventlet/green/ssl.py", line 286, in wrap_socket
    return GreenSSLSocket(sock, *a, **kw)
  File "/usr/lib/python2.6/site-packages/eventlet/green/ssl.py", line 46, in __init__
    super(GreenSSLSocket, self).__init__(sock.fd, *args, **kw)
  File "/usr/lib64/python2.6/ssl.py", line 120, in __init__
    self.do_handshake()
  File "/usr/lib/python2.6/site-packages/eventlet/green/ssl.py", line 194, in do_handshake
    super(GreenSSLSocket, self).do_handshake)
  File "/usr/lib/python2.6/site-packages/eventlet/green/ssl.py", line 77, in _call_trampolining
    return func(*a, **kw)
  File "/usr/lib64/python2.6/ssl.py", line 279, in do_handshake
    self._sslobj.do_handshake()
SSLError: [Errno 1] _ssl.c:490: error:14094415:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate expired

Joseph Heck (heckj)
Changed in keystone:
status: New → Triaged
importance: Undecided → High
assignee: nobody → Adam Young (ayoung)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.