We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
externalClientProtocol: mtls interBrokerProtocol: plaintext #if we change to mtls its not working showing ssl handshake error
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Subject of the issue
mtls and tls not working for kafka helm chart for internal communication
Your environment
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
bitnami/charts#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
The text was updated successfully, but these errors were encountered: