I have firebase functions (Google Cloud Functions) that work on their https://.cloudfunctions.net/.
I have created a HTTPS Load Balancer with a Serverless NEG, Created SSL certificate (Google Managed).
I have enabled both HTTP and HTTPS as Certificate provisioning keeps failing (provisioning_failed) but domain is active. HTTP works i.e. I can access the function and it works.
I created another sub-domain with another function with the same load balancer and Certificate provisioning was successful after quite a few minutes.
First one is . and second one is called .. Status works but however the api subdomain continues to have certificate generation issues.
I do not have api with another CNAMES (Cloud Run) although I have used both cloud run and App Engine recently for the api subdomain.
I believe certificate generation for the api subdomain is my issue and perhaps I may've hit rate limits. I need this sub-domain working ASAP. How can I get this moving quick?
Best Ukor
I have created a new certificate via the GCP Load Balancers with an additional domain as a workaround for certificate creation limits.
Hopefully I never come to these limits again.