Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 483 Bytes

python.md

File metadata and controls

8 lines (5 loc) · 483 Bytes

Using cg-egress-proxy with a Python application

SSL Certificate errors

Several environment variables need to be set for various networking libraries to load the SSL certificate used to protect the TLS connection between the application and the proxy. The following variables have been used:

  • REQUESTS_CA_BUNDLE for the requests python library.
  • NEW_RELIC_CA_BUNDLE_PATH for the New Relic SDK.