From e22e10e7acbf061f648ce330367e33eab45af556 Mon Sep 17 00:00:00 2001 From: Ryan Ahearn Date: Tue, 27 Sep 2022 13:15:51 -0400 Subject: [PATCH] Tell requests to use the system ca certificates bundle This allows requests to find the certs for container-to-container networking --- manifest.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/manifest.yml b/manifest.yml index 7f5a94b22..d1fabb8aa 100644 --- a/manifest.yml +++ b/manifest.yml @@ -44,3 +44,5 @@ applications: BASIC_AUTH_PASSWORD: ((BASIC_AUTH_PASSWORD)) NOTIFY_BILLING_DETAILS: [] + + REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"