Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi host ingress is using wrong certificate for single host #1178

Closed
mpskovvang opened this issue Jul 13, 2020 · 1 comment
Closed

Multi host ingress is using wrong certificate for single host #1178

mpskovvang opened this issue Jul 13, 2020 · 1 comment

Comments

@mpskovvang
Copy link

mpskovvang commented Jul 13, 2020

We're using the Ingress resource to serve five different hosts. Each host has their own Google Managed Certificate.

All certificates are provided to the Ingress with the ingress.gcp.kubernetes.io/pre-shared-cert annotation.

The failing host is now serving the certificate of another host. The served certificate doesn't match the DNS.

Expected certificate: katoni.fr
Actual certificate: katoni.at

I'll try to delete and recreate the certificate now to hopefully trigger an Ingress update.

Let me know if I can gather any useful logs to troubleshoot the issue.

Kubernetes version: 1.14.10-gke.36

@mpskovvang
Copy link
Author

The issue seems to be a human mistake. The failing host only included the registrable domain, not the www subdomain.

A new certificate is now provisioning.

I'll close the issue if this solves the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant