Forum Discussion

bpeikes's avatar
bpeikes
Cloud Apps
09-30-2022

Enabling HTTP and HTTPS on single node server

We have the need to enable https on our server. The issue is that we need to start off by enabling https while keeping http open so we can migrate our services to use https. Documentation seems to say that once you turn https on, http is no longer turned on.

We are on 2022.2, is there any way to configure both https and http?

1 Reply

Replies have been turned off for this discussion
  • Anonymous's avatar
    Anonymous

    Hi bpeikes, once HTTPS is enabled on the Sisense instance, then the ingress controller will specifically listen on a secure port (either default 443 or custom port in the deployment).  

    You are probably better off putting Sisense behind a load balancer and then just implementing TLS termination at the load balancer.  It should be trivial to implement a HTTP -> HTTPS redirect if needed.