From 229f8467c8fd1d3bf1f6f9514899c7022ac7db6d Mon Sep 17 00:00:00 2001 From: Carlo Costino Date: Thu, 5 Jun 2025 17:43:10 -0400 Subject: [PATCH] Add one more cert environment variable This changeset adds an additional environment variable to enforce usage of the correct CA certificate in case any libraries override it. Please see https://cloud.gov/docs/management/container-to-container/#addressing-certificate-validation-errors for more details. Signed-off-by: Carlo Costino --- manifest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/manifest.yml b/manifest.yml index 2322bb376..964e9e183 100644 --- a/manifest.yml +++ b/manifest.yml @@ -44,6 +44,7 @@ applications: NOTIFY_BILLING_DETAILS: '[]' + SSL_CERT_FILE: '/etc/ssl/certs/ca-certificates.crt' REQUESTS_CA_BUNDLE: '/etc/ssl/certs/ca-certificates.crt' NEW_RELIC_CA_BUNDLE_PATH: '/etc/ssl/certs/ca-certificates.crt'