You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to deploy nginx-ingress where the AWS load balancer performs the SSL termination (I need that because my certs are stored on ACM), and then forward traffic to the nginx controller. How am I supposed to deploy this kind of setup?
Regarding 400 responses. It might be related to this issue #548 Could you try to configure the controller.service.httpsPort.targetPort parameter to be https.
Also, note that the Ingress resource you attached doesn't include the host field, so it will not work.
I'm trying to deploy nginx-ingress where the AWS load balancer performs the SSL termination (I need that because my certs are stored on ACM), and then forward traffic to the nginx controller. How am I supposed to deploy this kind of setup?
What I did so far is set up an overrides file:
And then install nginx-ingress:
From what I can gather, this causes ELB to send cleartext requests to the controller, causing an 400 error...
This is my ingress resource:
How can I make this work? Is there a better scheme for deploying nginx-ingress with ACM-issued certificates?
Thanks in advance!
The text was updated successfully, but these errors were encountered: