strimzi kafka operator using custom CA with nginx ingress controller #11627
Replies: 5 comments 10 replies
-
Hey, this is really small info that you provided. If you have failed authentication with custom certificates, it would indicate that you did something wrong when configuring it in Kafka. |
Beta Was this translation helpful? Give feedback.
-
apiVersion: kafka.strimzi.io/v1beta1 |
Beta Was this translation helpful? Give feedback.
-
Basic configuration (required)apiVersion: kafka.strimzi.io/v1beta2 Deployment specificationsspec: Replicas (required)replicas: 3 # (3) Bootstrap servers (required)bootstrapServers: dev.kafka.me.com:443 # (4) Kafka Connect configuration (recommended)config: # (5) Authentication (optional)authentication: # (7) TLS configuration (optional)tls: # (8) |
Beta Was this translation helpful? Give feedback.
-
@im-konge can you please look now |
Beta Was this translation helpful? Give feedback.
-
Have you configured TLS passthru in the ingress? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
We have deployed kafka strimzi operator : 0.44.0.
ERROR :
Failed authentication with kafka.bootstrap.sercer/LB IP ( ssl handshake failed)
Received fatal alert unrecognized name
Beta Was this translation helpful? Give feedback.
All reactions