Ingress configured APIs started to throw 400 No Required SSL Certificate Error after upgrade from V1.10.0 to V1.12.0 #12998
Labels
kind/bug
Categorizes issue or PR as related to a bug.
needs-priority
needs-triage
Indicates an issue or PR lacks a `triage/foo` label and requires one.
What happened:
My API ingresses started throwing 400 Bad Request No Required SSL Certificate Error at nginx level after I upgraded the controller from V1.10.0 to V1.12.0
The APIs with both mTLS and non mTLS works as expected on V1.10.0 but both are not working on V1.12.0
Below are my ingress-conf
What you expected to happen:
With the version upgrade to V1.12.0, the APIs should perform as before how it was working with V1.10.0 for both mTLS ingress and non mTLS ingress
NGINX Ingress controller version (exec into the pod and run
/nginx-ingress-controller --version
):Kubernetes version (use
kubectl version
): 1.30Environment:
Cloud provider or hardware configuration: AWS
How was the ingress-nginx-controller installed:
helm -n <ingresscontrollernamespace> get values <helmreleasename>
The text was updated successfully, but these errors were encountered: