Reputation: 1
mtls and tls not working for kafka helm chart for internal communication
clientProtocol: plaintext
if we change to mtls its not working showing ssl handshake error
Note: empty by default for backwards compatibility reasons, find more information at https://github.com/bitnami/charts/pull/8902/
externalClientProtocol: mtls
interBrokerProtocol: plaintext
While creating topic its should not show any error and has connection with zookeeper or alertmanager helm chart with mtls or tls
Showing ssl handshake error
2024-05-09 11:54:44,679] INFO [SocketServer listenerType=BROKER, nodeId=0] Failed authentication with /<ip> (channel(Unexpected Kafka request of type METADATA during SASL handshake.) (
Tried with newly created jks certificate and pass as secret for each broker
Upvotes: 0
Views: 235