cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Enabling HTTP and HTTPS on single node server

bpeikes
9 - Travel Pro
9 - Travel Pro

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 1

Anonymous
Not applicable

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.