Abstract
Configure a Cortex XSOAR engine configuration to call the server without using a proxy.
In some cases, due to specific environment architecture, you may need to configure the engine to use a proxy when working with integrations, but not use a proxy when calling the Cortex XSOAR server.
On the computer where you have installed the engine, go to the directory for
d1.conf
file.For RPM, DEB, Shell go to
/usr/local/demisto
.Add the following configuration:
Key
Value
engine.to.server.proxy
false
(default istrue
)