You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I am folowing this documentation https://strimzi.io/blog/2019/05/23/accessing-kafka-part-5/
but after setup has this error failed authentication due to: SSL handshake failed (org.apache.kafka.clients.NetworkClient)
i am using nginx ingress controller and enabled enable-ssl-passthrough
nginx controller detected my ingress rules and detected endpoints
i checked out of cluster 443 port is listening
using keytool i added my cluster ca cert
keytool -import -trustcacerts -alias root -file ca.crt -keystore truststore.jks -storepass password -noprompt
Certificate was added to keystore
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi I am folowing this documentation
https://strimzi.io/blog/2019/05/23/accessing-kafka-part-5/
but after setup has this error
failed authentication due to: SSL handshake failed (org.apache.kafka.clients.NetworkClient)i am using nginx ingress controller and enabled
enable-ssl-passthroughnginx controller detected my ingress rules and detected endpoints
i checked out of cluster 443 port is listening
using keytool i added my cluster ca cert
keytool -import -trustcacerts -alias root -file ca.crt -keystore truststore.jks -storepass password -nopromptCertificate was added to keystore
Beta Was this translation helpful? Give feedback.
All reactions