-
Hi Team, Tried to access Kafka using external Ingress listener but SSL handshake failed and got the below exception.
Config as follows :
SSL pass through is enable in Nginx: What am I missing ? Please help me solve this SSL handshake failure. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
You Ingress listener is configured with authentication: authentication:
type: tls But the client configures only the truststore. So you have two options:
I think that one of these should fix this. |
Beta Was this translation helpful? Give feedback.
-
@scholzj I have been getting the same error, I have used custom certs generated by Venafi for external listener(using load balancer). Everything work fine if I use the Is it possible configure custom certs for user by deleting the secret and recreating it with same name but different certs? |
Beta Was this translation helpful? Give feedback.
You Ingress listener is configured with authentication:
But the client configures only the truststore. So you have two options:
I think that one of these should fix this.