(meteopress-radars)$ gcloud beta compute ssl-certificates list NAME TYPE CREATION_TIMESTAMP EXPIRE_TIME MANAGED_STATUS lets-encrypt-wildcard-1 2018-07-25T15:51:40.987-07:00 lets-encrypt-wildcard-2 SELF_MANAGED 2018-10-19T13:02:44.298-07:00 2019-01-17T07:26:29.000-08:00 tiles-lbs-google MANAGED 2018-10-20T14:59:21.978-07:00 PROVISIONING tiles.lbs.meteopress.cz: FAILED_NOT_VISIBLE
(meteopress-radars)$ gcloud compute target-https-proxies describe meteopress-services-lb-target-proxy-2 creationTimestamp: '2018-07-25T15:52:00.040-07:00' id: '8625586705454678527' kind: compute#targetHttpsProxy name: meteopress-services-lb-target-proxy-2 quicOverride: ENABLE selfLink: https://www.googleapis.com/compute/v1/projects/meteopress-radars/global/targetHttpsProxies/meteopress-services-lb-target-proxy-2 sslCertificates: - https://www.googleapis.com/compute/v1/projects/meteopress-radars/global/sslCertificates/lets-encrypt-wildcard-2 - https://www.googleapis.com/compute/v1/projects/meteopress-radars/global/sslCertificates/tiles-lbs-google urlMap: https://www.googleapis.com/compute/v1/projects/meteopress-radars/global/urlMaps/meteopress-services-lb
The certificate provisioning failed ( error: FAILED_NOT_VISIBLE) for a domain is due to the misconfiguration of DNS. The certificate’s domain is not resolving to the IP address of the load balancer.
- Make sure A record maps a domain name to the IP address (IPv4) of the server hosting the domain. Your dns A record should map your domain names to the IP of HTTPS load balancer.