diff --git a/python/hopsworks/constants.py b/python/hopsworks/constants.py index 94f3be16c..11d342193 100644 --- a/python/hopsworks/constants.py +++ b/python/hopsworks/constants.py @@ -72,7 +72,7 @@ class KAFKA_SSL_CONFIG: SSL_CA_LOCATION_CONFIG = "ssl.ca.location" SSL_PRIVATE_KEY_LOCATION_CONFIG = "ssl.key.location" SSL_ENDPOINT_IDENTIFICATION_ALGORITHM_CONFIG = ( - "ssl.endpoint.identification.algorithm" + "none" )