GoogleCloudPlatform / cloud-run-anthos-reference-web-app

An opinionated set of best practices aimed at demonstrating a reference architecture for building a web application on Google Cloud using Cloud Run for Anthos.
https://cloud.google.com/anthos/run
Apache License 2.0
37 stars 22 forks source link

Add wait for SSL cert provisioning #38

Closed ssmall closed 4 years ago

ssmall commented 4 years ago

This should help address the issue where users see ERR_SSL_VERSION_OR_CIPHER_MISMATCH when loading the frontend for the first time.

ssmall commented 4 years ago

How long will it need to wait?

The entire Cloud Build has a timeout of 20 minutes. From what I've seen in testing, it always seems to complete within this time.

(The wait for compute-forwarding-rule happens in parallel, and usually that one takes longer anyway)