Skip to content
Discussion options

You must be logged in to vote

If you set tls: false on the listener, you are not using encryption. In that case, your security.protocol in the client has to be SASL_PLAINTEXT and not SASL_SSL. That is likely causing the issue you see.

You do not need to use TLS encryption with SASL - SASL works fine without it and SCRAM-SHA-512 does not send raw passwords over the network. But obviously the messages you are sending will not be encrypted. So normally, encryption will be recommended ... but it is up to you to decide. You just need to configure the client accordingly.

If you enable the TLS, with the configuration you have for the listener, you should get the Cluster CA public key from the secret named <cluster-name>-clus…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ginwakeup
Comment options

@scholzj
Comment options

@ginwakeup
Comment options

Answer selected by ginwakeup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants