LANGSMITH_PLAYGROUND_TLS_MODEL_PROVIDERS
: A comma-separated list of model providers that require custom TLS certificates. Note that azure_openai
, openai
and custom
are currently the only supported model provider that supports custom TLS certificates, but more providers will be supported in the future.LANGSMITH_PLAYGROUND_TLS_CA
: The custom certificate authority (CA) certificate in PEM format. This must be a file path (for a mounted volume).LANGSMITH_PLAYGROUND_TLS_KEY
: The private key in PEM format. This must be a file path (for a mounted volume). This is usually only necessary for mutual TLS authentication.LANGSMITH_PLAYGROUND_TLS_CERT
: The certificate in PEM format. This must be a file path (for a mounted volume). This is usually only necessary for mutual TLS authentication.beacon.langchain.com
without a proxy, make sure to include a public trusted CA. All certs should be concatenated in this file with an empty line in between.?sslmode=verify-full&sslrootcert=system
to the end.rediss://
instead of redis://
as the prefix.