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.): SSL, certificate, SubjectAltName
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
Generated a self-signed certificate with subAltNames with IP address as well, when I try to access with domain name was able to access the endpoint with self-signed certificate, however when I use IP Address endpoint is accessed with "Kubernetes Ingress Controller Fake Certificate"
What you expected to happen:
Since IP address is also configured in subAltNames self-sgined certificate should be used.
How to reproduce it (as minimally and precisely as possible):
Closing. The only way to support this use case is to define k-tls as the default SSL certificate. The reason for this is related to the lack of context (host field) to match the certificate inside the secretName and because an ingress without a host field is mapped to the default NGINX server
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/.): No
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.): SSL, certificate, SubjectAltName
Is this a BUG REPORT or FEATURE REQUEST? (choose one):
NGINX Ingress controller version: 0.24.1
Kubernetes version (use
kubectl version
): v1.16.1Environment:
uname -a
): 3.10.0-957.21.3.el7.x86_64What happened:
Generated a self-signed certificate with subAltNames with IP address as well, when I try to access with domain name was able to access the endpoint with self-signed certificate, however when I use IP Address endpoint is accessed with "Kubernetes Ingress Controller Fake Certificate"
What you expected to happen:
Since IP address is also configured in subAltNames self-sgined certificate should be used.
How to reproduce it (as minimally and precisely as possible):
Anything else we need to know:
The text was updated successfully, but these errors were encountered: