Home > Net >  SSL Certificate added but shows "Kubernetes Ingress controller fake certificate"
SSL Certificate added but shows "Kubernetes Ingress controller fake certificate"

Time:02-16

I am having the following issue. I am new to GCP/Cloud, I have created a cluster in GKE and deployed our application there, installed nginx as a POD in the cluster, our company has a authorized SSL certificate which i have uploaded in Certificates in GCP.

In the DNS Service, i have created an A record which matched the IP of Ingress. When i call the URL in the browser, it still shows that the website is still unsecure with message "Kubernetes Ingress controller fake certificate".

I used the following guide enter image description here

that's from the ingress controller and wrong certificate attached to ingress or ingress controller default fake cert.

CodePudding user response:

Thanks Harsh, let me check that and update.

  • Related