-
|
When running Kafka Connect without SSL, the connectors work fine; however, once SSL is enabled, everything breaks. The error is as follows: Tried connecting to Redpanda — the same error occurs. I use secret ldh-kafka-01-tls was created by Kafka Bitnami installation (self-signed CA) via cert-manager. This is 100% worked certificates, I use it for Kafka connectivity. This is part of KafkaConnect configuration: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
|
The operator does not know if it is Strimzi-manager Apache Kafka on the other side or not. It configures the TLS always the same way and it works fine with Strimzi. So I would expect this is some configuration error in how you configured it. But without detailed knowledge of how is the other side configured and what it does, and how is the Strimzi side configured, it is hard to say what the issue might be. The log snippet you shared is badly formatted. But I think nothing inside even suggests there are some TLS issues. TLS issues normally have some handshake errors etc. (That said, Kafka logging can be wierd at times, so who knows). The snippet does not make it even clear where does the error come from. Connect? Some connector? |
Beta Was this translation helpful? Give feedback.
-
|
debezium-connect-cluster-wms-01-connect-0_debezium-connect-cluster-wms-01-connect (9).log I use mTLS in my case. Is it correct tls and authentification config? |
Beta Was this translation helpful? Give feedback.
-
|
This configuration works for me: KafkaConnect (partial) |
Beta Was this translation helpful? Give feedback.
Normally, the connector just takes over the Kafka configuration from the Connect cluster. But Debezium has some specialties. I think you have various options - you can mount the JKS or PKCS12 stores, you can use the PEM files directly, you can use configuration providers. But I do no have any examples I'm afraid. Debezium project might have some examples, but not 100% sure.