Abstract
Configure the server to listen on an HTTP endpoint.
By default, the Cortex XSOAR Server listens only on an HTTPS endpoint (default port 443). In some scenarios you may wish to configure the Cortex XSOAR Server to listen on an HTTP endpoint. For example, when deploying the Cortex XSOAR Server behind a web gateway which performs HTTPS termination, it may require communicating with the back-end server via HTTP.
Edit the
/etc/demisto.conf
file by adding"HttpPort":
under the"<desired_port>"
,Server
map. For example:{ "Server" : { "HttpPort": "80" //... Other Server configurations } }
After saving the
/etc/demisto.conf
file, restart the server.Restart the Cortex XSOAR Service by running the command:
sudo systemctl demisto start