2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 11:30:23 +00:00

Amend the message on collective failure

This commit is contained in:
Jarrod Johnson 2018-08-17 16:45:45 -04:00
parent dfb720d0ee
commit df7cba00fd

View File

@ -148,9 +148,10 @@ def sessionhdl(connection, authname, skipauth=False, cert=None):
tlvdata.send(
connection,
{'collective': {'error': 'Server either does not have '
'python-openssl installed or has an '
'python-pyopenssl installed or has an '
'incorrect version installed '
'(e.g. pyOpenSSL)'}})
'(e.g. pyOpenSSL would need to be '
'replaced with python-pyopenssl)'}})
return
return collective.handle_connection(connection, None, request['collective'],
local=True)