1

I setup a customer domain on GCP cloud run xxx.domain.com but when I go to https://xxx.domain.com, the cert served is the one for the generated url *.a.run.app

for https://xxxxxxxxx-jynhcjgnea-uc.a.run.app

Where I can see the progress on any generated certs for custom domains? Or is it that when the custom domain progress is finished, the cert is done too? I ask the second one since it is still not working and I get the typical

NET::ERR_CERT_COMMON_NAME_INVALID and looking at the cert reveals it is for *.a.run.app and not for xxxxx.domain.com

Has anyone succeeded in setting GCP cloud run with custom managed domain up?

1 Answers1

1

Based from this documentation it was mentioned that Google-managed certificate is automatically issued when you map custom domain or renew it.

TLS 1.0 and 1.1 cannot be disabled unless you use Firebase Hosting or Cloud Load Balancing to enable TLS 1.2-only traffic. I suggest performing an SSL checker online to check the status of your SSL certificate. You can use this link as a guidance if you consider using Cloud Load Balancing to handle you SSL certificate.

Yvan G.
  • 151