For the complete documentation index, see llms.txt. This page is also available as Markdown.
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.

  1. Edit the /etc/demisto.conf file by adding "HttpPort":"<desired_port>", under the Server map. For example:

    {
       "Server" : {
             "HttpPort": "80"
             //... Other Server configurations
       }
    }
  2. After saving the /etc/demisto.conf file, restart the server.

  3. Restart the Cortex XSOAR Service by running the command:

    sudo systemctl demisto start

Last updated

Was this helpful?