XSOAR 6.13
Configure the Server to Listen on HTTP
Configure a Cortex XSOAR 6.13 server to listen on HTTP.
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.conffile by adding"HttpPort":"<desired_port>",under theServermap. For example:{ "Server" : { "HttpPort": "80" //... Other Server configurations } }After saving the
/etc/demisto.conffile, restart the server.Restart the Cortex XSOAR Service by running the command:
sudo systemctl demisto start
Last updated
Was this helpful?
