Skip to content
Discussion options

You must be logged in to vote

The type: ingress listener expects the Ingress controller to un on the port 443. That is normally the case when you use load balancer. But as you use NodePorts, your port number for 443 is 32477. So you need to configure this in the listener configuration as well. because if you look at the error, you can see this:

Connection to node 1 (broker-kafka-rci-1.example.priv/1.0.191.126:443) failed authentication due to: SSL handshake failed

Where it tries to connect to the broker on port 443 and likely gets a different certificate then your openssl s_client command connecting to 32477. So what you need to do is to use the advertisedPort option to override the default 443 port with the actual 3…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ledoc
Comment options

Answer selected by ledoc
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