Subject of the issue
mtls and tls not working for kafka helm chart for internal communication
Your environment
- RHEL
- Kubernetes
- Bitnami kafka helm chart
Steps to reproduce
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 #if we change to mtls its not working showing ssl handshake error
Expected behaviour
While creating topic its should not show any error and has connection with zookeeper or alertmanager helm chart with mtls or tls
Actual behaviour
Showing ssl handshake error
Log
Tried with newly created jks certificate and pass as secret for each broker
### Expected behaviour
While creating topic its should not show any error and has connection with zookeeper or alertmanager helm chart with mtls or tls
### Actual behaviour
Showing ssl handshake error
user24955141 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.