9
votes

I successfully configure custom domain for my application on Google App Engine. I can access my app by going to : http://www.myapp.com/.

However, on my custom domain dashboard, Google-Managed SSL is getting a lot of time to activate (I have a loading circular progress that is spinning for 2 hours now).

enter image description here

Before adding custom domain, it says that auto generated SSL can take several minutes to be activated. It has been two hours now. Is it a normal behavior ?

3
No, that is not normal. It usually takes minutes. I suggest deleting the SSL certs and trying again.gaefan
I just tried that. It's been 1 hour now :(Jean Col
Check that you don't have a wrong C record on (@): stackoverflow.com/questions/48292714/…SCBuergel
Same here....it is been rotating.....FYI, I bought domain from Google domains, so in appengine it is verified domain, I have just mapped it by "continue" button. Concern is, although I have mapped, it is not working......I can browse my app projectid.z1.z2.appsopt.com not by domain name. Can you please tell once the certificate installation is done, will I be able to use my domain ?Surajit Biswas

3 Answers

2
votes

I removed the custom domain and retry the process from the beginning (validating, adding the custom domain) and certificates have been generated in 1 minute.

0
votes

After validating the domain to google DO NOT rush the adding process. Wait one hour or two and then proceed to end the activation.

0
votes

I have my domain with Google Domains. When adding a subdomain only add the 'sub' portion, e.g. sub.domain.com, only the 'sub' is added as a CNAME record. Same with 'www' for the main domain e.g. www.domain.com. I had previously added 'sub.domian.com' which gcloud App Engine DNS couldn't find.