Skip to content

Kubernetes Ingress Controller Fake Certificate #9903

Closed Answered by scholzj
adityakrk asked this question in Q&A
Discussion options

You must be logged in to vote

I guess you answered it yourself:

nginxinternalcontroller ->doesn't have --enable-ssl-passthrough args.

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).

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@adityakrk
Comment options

@scholzj
Comment options

@adityakrk
Comment options

@adityakrk
Comment options

@scholzj
Comment options

Answer selected by adityakrk
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants