Tell requests to use the system ca certificates bundle

This allows requests to find the certs for container-to-container networking
This commit is contained in:
Ryan Ahearn
2022-09-27 13:15:51 -04:00
parent 003638dc03
commit e22e10e7ac

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"