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
What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.):
"nginx ingress terminate ssl at elb"
"The plain HTTP request was sent to HTTPS port"
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug
NGINX Ingress controller version:
0.26.1
Kubernetes version (use kubectl version):
1.12.3
Environment:
Cloud provider or hardware configuration: AWS
OS (e.g. from /etc/os-release): AL2
Kernel (e.g. uname -a):
Install tools: Helm, EKS
Others:
What happened:
The request is being sent over HTTPS after TLS has been terminated, resulting in a 400 Bad Request The plain HTTP request was sent to HTTPS port
I followed the setup instructions including configuring additional headers in the configmap.
Is this a request for help? (If yes, you should use our troubleshooting guide and community support channels, see https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/.):
What keywords did you search in NGINX Ingress controller issues before filing this one? (If you have found any duplicates, you should instead reply there.):
"nginx ingress terminate ssl at elb"
"The plain HTTP request was sent to HTTPS port"
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Bug
NGINX Ingress controller version:
0.26.1
Kubernetes version (use
kubectl version
):1.12.3
Environment:
uname -a
):What happened:
The request is being sent over HTTPS after TLS has been terminated, resulting in a 400 Bad Request The plain HTTP request was sent to HTTPS port
I followed the setup instructions including configuring additional headers in the configmap.
What you expected to happen:
The request would return a 200
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
#3690 seems to be related but I wasn't able to get anything working based on the examples.
The text was updated successfully, but these errors were encountered: