Skip to content

SSL Configuration for Private Locations

The escape-cli will by default use the SSL certificates of your local machine. If you are running the escape-cli inside a container, it will use the certificates of this container.

Allowing insecure SSL connections

If you dont want to allow any SSL connections, you can set the ESCAPE_SSL_INSECURE="true" environment variable.

Adding a custom SSL CA

If have a custom SSL CA, you may want to add it using the ESCAPE_SSL_CERT_PATH environment variable.