atarola/pyjojo

Centos openssl library doesnt support ciphers option.

Closed this issue · 2 comments

2014-04-03 22:13:43,593 ERROR [ioloop.py:663] Exception in I/O handler for fd 6
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/tornado/ioloop.py", line 653, in start
self._handlers[fd](fd, events)
File "/usr/lib/python2.6/site-packages/tornado/stack_context.py", line 241, in wrapped
callback(_args, *_kwargs)
File "/usr/lib/python2.6/site-packages/tornado/netutil.py", line 141, in accept_handler
callback(connection, address)
File "/usr/lib/python2.6/site-packages/tornado/tcpserver.py", line 212, in _handle_connection
do_handshake_on_connect=False)
File "/usr/lib/python2.6/site-packages/tornado/netutil.py", line 322, in ssl_wrap_socket
return ssl.wrap_socket(socket, *_dict(context, *_kwargs))
TypeError: wrap_socket() got an unexpected keyword argument 'ciphers'

[root@salt-n01 jon.kelley]# openssl version
OpenSSL 1.0.1e-fips 11 Feb 2013

fixed with #16