Produce message for TLS & authentication SASL/SCRAM & authorization #8385
-
Hi, I would like to enable TLS between client and broker. Combine with using authentication SASL/SCRAM and authorization. kafka-ephemeral.yaml
kafka user
Create kafka pod with image quay.io/strimzi/kafka:0.34.0-kafka-3.4.0
It raise error SSL handshake failed Any solution to resolve this issue would be very much appreciated. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think your trust store is not correct. You have to use the certificate from the |
Beta Was this translation helpful? Give feedback.
I think your trust store is not correct. You have to use the certificate from the
my-cluster-cluster-ca-cert
secret. Either take theca.crt
file and create your own trust store or use theca.p12
file which Java can consume directly (in that case you would also need to set the password to the password which is in the secret).