Replies: 3 comments 3 replies
-
This error normally means that the CA you provided does not match the certificate used by the server. So I think you need to doublecheck that you use the right certificates. |
Beta Was this translation helpful? Give feedback.
-
HI @scholzj thanks for the quick reply. I am able to connect with the same file from host machine. I added this config to my Kafka Connect yaml file
and using the following connection string.
|
Beta Was this translation helpful? Give feedback.
-
@scholzj
right now im going inside the pod and adding the ca files to trust store. Can we run this when creating the connect cluster itself using build option while building the container to run a shell script ? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I am trying to create debezium mongo source connector in Strimzi Kafka Connect cluster. Mongo cluster has tls enabled. To pass the .pem file I created the secrets and loaded them as ext config in Kafka Connect yaml as explained here I verified that these files .pem are actually written in Kafka Connect pods using
the file is present but when I deploy the connector I get this error
In my connection string I only use
tlsCAFile
I have only one pem file and I am usingmongodb.connection.string
as per debezium mongo documentation. in connector yaml fileBeta Was this translation helpful? Give feedback.
All reactions