FAILED_NOT_VISIBLE Google-managed SSL certificate in Load Balancing

跟風遠走 提交于 2019-12-11 06:05:54

问题


I am working with Load Balancing to have https to my static website and I have my domain in GoDaddy

At the initial stage I only had Http so I painted my domain with cname pointing to c.storage.googleapis.com with domain name for storage and public its working.

Now to have Https through Load Balancing, I created two Frontend configuration one is Http having static IP and enabled CDN that is point to my cloud storage I can reach my website with the static IP.

With the same configuration I have the second Frontend configuration as Https that points to the same Static IP with Google-managed SSL certificate.

I was expecting the certificate status to go green but I am facing an issue as FAILED_NOT_VISIBLE am I missing anything.

Tried multiple times but it fails after 15-20 min


回答1:


Finally I fixed it, We need to point the Static IP to DNS in my case I have in GoDaddy, It took some time to point DNS and then it took time for my Google-managed SSL certificate to turn green.

Once it's done I hade an issue with err_ssl_version_or_cipher_mismatch for this we need to add Policy to tell LB to use TLS 1.2 but in my case it automatically resolved in 10 min.

We can Point DNS in two ways one by directly adding Static IP to A record in GoDaddy other is by creating a Cloud DNS in GCP and point Nameserver in Godaddy.



来源:https://stackoverflow.com/questions/58246180/failed-not-visible-google-managed-ssl-certificate-in-load-balancing

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!