diff --git a/confluent_server/confluent/sockapi.py b/confluent_server/confluent/sockapi.py index fa5d2499..aa0b8a9f 100644 --- a/confluent_server/confluent/sockapi.py +++ b/confluent_server/confluent/sockapi.py @@ -159,7 +159,9 @@ def sessionhdl(connection, authname, skipauth=False, cert=None): 'python-pyopenssl installed or has an ' 'incorrect version installed ' '(e.g. pyOpenSSL would need to be ' - 'replaced with python-pyopenssl)'}}) + 'replaced with python-pyopenssl). ' + 'Restart confluent after updating ' + 'the dependency.'}}) return return collective.handle_connection(connection, None, request['collective'], local=True)