My ColdFusion application was down for 15 minutes, and after checking the load balancer log one of my team members found that GCP generated a Certificate Refresh Request.
So, Do Google-managed SSL certificates cause the downtime of my application, and How much time Google SSL certificate to renew? After all my SSL certification will expire in June 2024.
Note:- Does Google Managed SSL Certificate cause downtime of my application or does certificate refresh request cause downtime??
In the above screenshot, we found that within seconds certificate is refreshed
Also getting this issue at same time
So is this cause downtime of my application??
Hello @ATUL-VERMA,
Welcome to the Google Cloud Community!
I've stumbled upon a similar community discussion that might be helpful on your case.
Summarizing the findings on this post:
The "Error getting config status, workload may not be configured: HTTP 404" message that you encounter is related to a Google Cloud Workload Identity. This basically means that the feature of your GCE VM to authenticate with Google Metadata is timing out.
Troubleshooting Steps:
Enable Workload Identity:
Network Access to the Metadata Server:
Verify Service Account and Scopes:
If the Issue Persists:
Additional Considerations:
Reference community post: https://www.googlecloudcommunity.com/gc/Infrastructure-Compute-Storage/port-443-refused/m-p/699826/h....
To answer your question of whether Google Managed SSL Certificate can cause a downtime in your application, the answer is no unless there is an error encountered when replacing the existing SSL certificate. The new certificate will not be in ACTIVE status until the target proxy references the new certificate as well.
You may refer to this documentation for further references.
Hope you find this helpful.
I am getting the same error and under security settings for VM i don't see the workload identity option