Setting Up SSL for Sisense on Linux

In Sisense, SSL secures the link between Sisense and your users' browsers (where dashboards are created and viewed). With SSL in place, you can access Sisense via an HTTPS secure connection, which is password protected. This is recommended when you want users to be able to access dashboards from outside the organization.

To set up SSL:

  1. Open the relevant configuration file for your deployment as described in Installing Sisense on Linux.
  2. Enter values for the following parameters:
    update : Set to true.
    is_ssl: Set the value to true.
    ssl_key_path: Enter the path of key certificate file.
    ssl_cer_path: Enter the path of your cer certificate file.
    application_dns_name: Enter the common name (CN), or Fully Qualified Domain Name (FQDN), of your SSL host, for example, "test.sisense.com".
  3. Configure the local hostname file in your source machine where you connect from to identify the new application endpoint:
    vim /etc/hosts and add IP-ADDRESS HOSTNAME
  4. Run the configuration script, for example:
    ./sisense.sh single_config.yaml
    Note:

    This command may be different depending on your deployment. Following the instructions in Installing Sisense on Linux for more information.

  5. In your browser, access the server with the domain name configured in the hosts file.

For information about connecting to third-party datasources with custom certificates, see Custom Certificates.