-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Nginx Ingress Controller not enabling TLS/HTTPS #1592
Comments
Looking at https://github.com/kubernetes/contrib/blob/53cc5309d8228c9b3f3d06c5db02cce06ef8e43a/ingress/controllers/nginx/controller.go#L869 I found a matching error The reason was a wrong Ingress (with extra
May be a better error for |
Better error message when there is no secretName provided. Fixes kubernetes-retired#1592
Issues go stale after 30d of inactivity. Prevent issues from auto-closing with an If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or |
Rotten issues close after 30d of inactivity. Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Following https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx/examples/tls and other examples there I my Nginx Ingress works on HTTP but refuses to connect on port 443 even when I'm directly on that Pod. The generated
nginx.conf
does not contain any443
, and my Ingress definition worked on GCE Ingress.Another strange thing is that https://github.com/kubernetes/contrib/tree/master/ingress/controllers/nginx/examples/tls describes the standard
tls.key
andtls.crt
(also used by GCE Ingress) but then https://github.com/kubernetes/contrib/blob/master/ingress/controllers/nginx/examples/tls/dhparam.sh generates adhparam.pem
and I also get a matching warning from Nginx Ingress Controller:Possibly related to #1525
The text was updated successfully, but these errors were encountered: