Configure Proxy Settings
Configure global proxy settings in Cortex XSOAR 6.12.
Proxy settings can be configured globally in Cortex XSOAR by adding them as server configurations.
Note
Generally, when you need a proxy for Cortex XSOAR, you also need a proxy for Docker or Podman. When using a BlueCoat proxy, ensure you encode the values correctly.
Configure a Proxy for Docker
For information about how to configure Docker to use a proxy, see the Docker documentation.
Select Settings → About → Troubleshooting → Add Server Configuration.
Add one of the following keys and values.
KeyValueDescriptionhttp_proxyhttp://user:password@prox-server:port#For example,
http://user:password@prox-server:3128Environment uses http proxy. Special characters must be escaped.
https_proxyhttps://user:password@prox-server:port#For example, https://user:password@prox-server:3128
Environment uses https proxy. Special characters must be escaped.
host.proxytrue
Multi-tenant host proxy: Host uses proxy to connect to the main account.
accounts.http.proxyfalse
Multi-tenant accounts http proxy: Prevents communication from main account to tenants from going through proxy.
accounts.http.websocket.proxyfalse
Multi-tenant accounts http websocket proxy: Prevents main account from using proxy for websockets forwarding to tenants.
Click Save.
In the CLI, run
/reset_containersfor the new proxy settings to take effect.
Configure a Proxy for Podman
Select Settings → About → Troubleshooting → Add Server Configuration.
Add one of the following keys and values.
KeyValueDescriptionhttp_proxyhttp://user:password@prox-server:port#For example,
http://user:password@prox-server:3128Environment uses http proxy. Special characters must be escaped.
https_proxyhttps://user:password@prox-server:port#For example, https://user:password@prox-server:3128
Environment uses https proxy. Special characters must be escaped.
Click Save.
In the CLI, run
/reset_containersfor the new proxy settings to take effect.
Last updated
Was this helpful?
