-
Hi Team, I am running Kafka cluster with ingress external listener. But when I am trying to test the producer/consumer I am getting the following error message. nginx version: nginx/1.19.9
Ingress Controller logs:
Nginx ingress controller installed with SSL Passthrough:
Could you please help me to resolve the "failed authentication due to: Failed to process post-handshake messages" error? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 17 replies
-
Assuming the errors from your Ingress log are related to the Kafka client connection, I guess it suggests that the TLS passthrough might not work? Because with TLS passthrough, I don't think the Ingress should be in any way involved in the TLS handshake. |
Beta Was this translation helpful? Give feedback.
Assuming the errors from your Ingress log are related to the Kafka client connection, I guess it suggests that the TLS passthrough might not work? Because with TLS passthrough, I don't think the Ingress should be in any way involved in the TLS handshake.