Replies: 2 comments 5 replies
-
I think there are several issues in what you are doing:
|
Beta Was this translation helpful? Give feedback.
-
Hi Jakub - thanks for this. I did some more reading on this (https://itnext.io/kafka-on-kubernetes-the-strimzi-way-part-3-19cfdfe86660) for mutual TLS authentication between the client and the listener. Couple of questions :
I don't have a CA, just server certs. So should I be using the strimzi CA certs within my truststore? If so, where does the section below come into play ?
I guess I'm confused w.r.t how my sever certs are being used in the authentication process. Thanks for your help! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have been dealing with an SSL handshake failure while dealing with my Kafka cluster setup using Strimzi. I've been using this guide https://strimzi.io/docs/operators/latest/full/using.html#ref-alternative-subjects-certs-for-listeners-str to setup custom certificates on my Kafka listener. The following are the certs I have (The CA is a third party vendor) :
I do not have the root key
My Kafka cluster yaml looks like the following :
Before deploying this Kafka cluster I created my-secret using the following command :
The deployment goes off okay. The next step is to setup my TLS/SSL connection so that I can connect using the Kafka CLI (to send messages through the producer/consumer)
To try the Kafka CLI, I created a client-ssl.properties file with the following configs :
I verified the public IP is correct by using kubectl get svc and looking at the loadbalancer public IP. I then ran the following command
And the error I kept getting was :
On looking into the pod logs :
I was wondering if someone could please shed some light into what I'm doing wrong here?
Beta Was this translation helpful? Give feedback.
All reactions