簡體   English   中英

負載平衡中的 FAILED_NOT_VISIBLE Google 管理的 SSL 證書

[英]FAILED_NOT_VISIBLE Google-managed SSL certificate in Load Balancing

我正在使用負載平衡將 https 連接到我的 static 網站,並且我在 GoDaddy 中有我的域

在初始階段,我只有 Http 所以我用指向 c.storage.googleapis.com 的域名來繪制我的域,並使用其公共域名進行存儲。

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.

使用相同的配置,我有第二個前端配置為 Https,它指向同一個 Static IP 和 Google 管理的 ZEA952C3622DC5C35C3C52證書。

我期待證書狀態為 go 綠色,但我面臨一個問題,因為FAILED_NOT_VISIBLE我錯過了什么。

多次嘗試,但在 15-20 分鍾后失敗

在此處輸入圖像描述

在此處輸入圖像描述

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.

完成后,我遇到了err_ssl_version_or_cipher_mismatch的問題,為此我們需要添加策略來告訴 LB 使用 TLS 1.2,但在我的情況下,它會在 10 分鍾內自動解決。

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.

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM