From fa4d2415bb76e51cc7aa10f658f7c2b7ff0e4ac4 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Sat, 7 Jan 2023 18:32:30 +0100 Subject: [PATCH 1/2] Document that we don't route nor redirect any HTTP requests --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea962f6..6325e3b 100644 --- a/README.md +++ b/README.md @@ -30,11 +30,15 @@ See the [`examples`](https://github.com/bschaatsbergen/atlantis-on-gcp-vm/tree/m ## FAQ +### When sending an HTTP request, I'm receiving an ERR_EMPTY_RESPONSE error. + +We expect you to use HTTPS because we are not routing or redirecting any HTTP requests. + ### My VM experienced an outage and is taking some time to restart It may take up to three minutes for the Managed Instance Group to safely shut down and recreate the VM before it is considered healthy again. -### Even though terraform apply worked correctly, I am receiving an ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. +### Even though terraform apply worked correctly, I' receiving an ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. This error indicates that the Google Cloud Managed SSL certificate is not yet fully provisioned. If all configurations are correct, it may take up to 25 minutes for the certificate to be provisioned. From a5c9970f65411f7b94f1b6cfa62b7740e258d288 Mon Sep 17 00:00:00 2001 From: Bruno Schaatsbergen Date: Sat, 7 Jan 2023 18:35:55 +0100 Subject: [PATCH 2/2] fix typoops --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6325e3b..6593ab9 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ We expect you to use HTTPS because we are not routing or redirecting any HTTP re It may take up to three minutes for the Managed Instance Group to safely shut down and recreate the VM before it is considered healthy again. -### Even though terraform apply worked correctly, I' receiving an ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. +### Even though terraform apply worked correctly, I'm receiving an ERR_SSL_VERSION_OR_CIPHER_MISMATCH error. This error indicates that the Google Cloud Managed SSL certificate is not yet fully provisioned. If all configurations are correct, it may take up to 25 minutes for the certificate to be provisioned.