-
Beta Was this translation helpful? Give feedback.
Answered by
scholzj
Apr 1, 2024
Replies: 1 comment 5 replies
-
I guess you answered it yourself:
You need to enable the TLS passthrough for this to work. This is required for use with Kafka because Kafka does not use HTTP protocol. And without it being enabled, you get the Fake certificate because the connection terminates in the Ingress instead of being passed through to the Kafka broker(s). |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
adityakrk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I guess you answered it yourself:
You need to enable the TLS passthrough for this to work. This is required for use with Kafka because Kafka does not use HTTP protocol. And without it being enabled, you get the Fake certificate because the connection terminates in the Ingress instead of being passed through to the Kafka broker(s).