Kafka listener certificate #6809
Replies: 3 comments 12 replies
-
The Kafka CR looks good. So without the logs from operator, brokers, clients and the operator ir is hard to say what is the issue TBH.
|
Beta Was this translation helpful? Give feedback.
-
I need to add one more dns name for the tls certs for the route53 failover purpose. how can we additional altdnsnmae for the external listener. configuration: |
Beta Was this translation helpful? Give feedback.
-
I have created own rootCA and certificate which has all dns and added in the external tls configuration. created the secret with crt and key and pod also running fine. i want to try with producer.config to connect this external listener. I tried with below option getting the error [2022-08-12 11:17:22,973] WARN [Producer clientId=console-producer] Bootstrap broker x.x.x.x:9094 (id: -1 rack: null) disconnected (org.apache.kafka.clients.NetworkClient) I am bit confused whether we need to sign this certificate with Cluster CA or how can we do that not able to find clear documentation. please refer some configuration example for this external listener tls and producer.properties what to use... Thanks |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I've been trying to setup Strimzi using a listener certificate but so far I've always run into troubles. I am using the latest version of the operator and my setup is:
Where
private-cert
is a certificate I create via the following commands:I create the secret via
Every time I try to setup a kafka producer or consumer by deploying the kafka-cli pod to K8s and afterwards connecting to shell and executing:
it gives me the error:
Can anyone help me with this?
Beta Was this translation helpful? Give feedback.
All reactions