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:
parent
dfb720d0ee
commit
df7cba00fd
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user