Configure the Server to Listen on HTTP - Administrator Guide - 6.11 - Cortex XSOAR - Cortex - Security Operations

Cortex XSOAR Administrator Guide

Product
Cortex XSOAR
Version
6.11
Creation date
2022-12-12
Last date published
2024-03-28
Category
Administrator Guide
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.

  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