You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the image for some kafka tests and I cannot find an option to configure Kafka brokers to accept SSL connections from the clients but not authenticate them. According to the documentation ENABLE_SSL variable will create a truststore and two signed key-certificate pairs, one for the broker, one for your client. It seems that there is no option to enable TLS connection and not require client authentication (ssl.client.auth=none). Is it possible?
The text was updated successfully, but these errors were encountered:
I am trying to use the image for some kafka tests and I cannot find an option to configure Kafka brokers to accept SSL connections from the clients but not authenticate them. According to the documentation
ENABLE_SSL
variablewill create a truststore and two signed key-certificate pairs, one for the broker, one for your client
. It seems that there is no option to enable TLS connection and not require client authentication (ssl.client.auth=none
). Is it possible?The text was updated successfully, but these errors were encountered: