boncey / Flickr4Java

Java API For Flickr. Fork of FlickrJ
BSD 2-Clause "Simplified" License
174 stars 155 forks source link

ssl certificate in helm chart of kafka #725

Open Hem125 opened 3 months ago

Hem125 commented 3 months ago

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

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