Merge pull request #94 from GSA/cert-file-fix

Tell requests to use the system ca certificates bundle
This commit is contained in:
Ryan Ahearn
2022-09-27 13:43:41 -04:00
committed by GitHub

View File

@@ -44,3 +44,5 @@ applications:
BASIC_AUTH_PASSWORD: ((BASIC_AUTH_PASSWORD))
NOTIFY_BILLING_DETAILS: []
REQUESTS_CA_BUNDLE: "/etc/ssl/certs/ca-certificates.crt"