Kubernetes nginx-ingress: SSL wrong version number error

3/24/2020

I'm trying to use nginx-ingress to create secure connection but i'm getting this error: enter image description here

I'm using helm chart stable/nginx-ingress version 1.34.2.

I've been searching for this kind of error, I've already config ssl-ciphers and ssl-protocols, add more ciphers suite in order to have more common ciphers between client and server. But i'm still getting this error.

The service i'm trying to build following this flow:

enter image description here

Hope some one can solve this out, or having any suggestion for my problem.

-- pmd
kubernetes
nginx-ingress
ssl

0 Answers