Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Error: SSL provisioning FAILED_NOT_VISIBLE in Cloud Run (GCP)

Hi All,

christianpaula  justinmahood

 

I have a services which is running in GCP cloud run after that i try to add domain mapping i got 2 option for that 

1.  Custom domains - Google Cloud Load Balancing
2. Cloud Run Domain Mappings

I select first one (Custom domains (GCLB)) after that i given domain name (cloud.test.co) and apply it after that i copied that IP Address and went to godaddy and added IP Address in 'A' record and save it after that i come back to GCP (Cloud Run Services) waiting for 1hr and got this SSL (FAILED_NOT_VISIBLE) 

Here is the Error of SSL got fail screenshot 

mohdrashid1_1-1705643875429.png

Here is the godaddy IP Add added

mohdrashid1_0-1705645932368.png

 

Here is the screenshot custom domain mapping

 

mohdrashid1_0-1705643339774.png

Troubleshoot

```
dig 34.xx.xx.249

; <<>> DiG 9.11.3-1ubuntu1.18-Ubuntu <<>> 34.xx.xx.249
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 22961
;; flags: qr rd ad; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; QUESTION SECTION:
;34.xx.xx.249. IN A

;; ANSWER SECTION:
34.xx.xx.249. 0 IN A 34.xx.xx.249

;; Query time: 0 msec
;; SERVER: 172.21.208.1#53(172.21.208.1)
;; WHEN: Fri Jan 19 12:22:46 IST 2024
;; MSG SIZE rcvd: 58

dev@Rashid:~$ nslookup 34.xx.xx.249
249.xx.xx.34.in-addr.arpa name = 249.xx.xx.34.bc.googleusercontent.com.

Authoritative answers can be found from:
```

Question

1. Which one should i select when creating domain mapping in above screenshot either 1 or 2 which can seen on above image.  ? 
2. Why SSL provisioning is failing i know there are multiple reason but i follow that cloud run show to me its all Automatic NO manually 

 

 

1 2 404