From c28a963d628c934cd45b35ee2a68619ccb718cb8 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 2 Apr 2019 09:39:06 -0400 Subject: [PATCH] Update the pyopenssl message It makes it more clear that a restart would be required to pull in updated dependency. --- confluent_server/confluent/sockapi.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)