Skip to content
Lorens Kockum edited this page Nov 23, 2017 · 2 revisions

Configure a Proxy

You can configure Strongbox CLI to use a proxy. This is implemented using the proxy support in the AWS SDKs.

To use a proxy set the following environment variable

export https_proxy=https://myproxy.example.com

If you want to exclude certain domains from being proxied set

export no_proxy=https://dont.proxy.me