We are trying to enable https(SSL) for splunk web.
While trying the settings I found that the old page or link (with http prefix) doesn't get redirected to the new page(with https prefix). The old link just goes to a blank page.
How can this be achieved ?
Splunk only listens on HTTP OR HTTPS - not both at the same time. To work around this, you could install a 3rd party HTTP server and have it listen on the HTTP port and provide redirects into Splunkweb.
If this functionality is important to, you can always submit an enhancement request with Splunk support asking for the ability to redirect from HTTP to HTTPS.
Seems like Splunk should incorporate that feature; however, as far as I can tell they haven't. My work around has been to:
1. Run Splunk https on port 8443.
2. Install lighttp light web server that redirects http port 80 to https port 8443.
3. Run firewalld and redirect port 443 to port 8443.
Would this be possible if we're redirecting from HTTP:8000 to HTTPS:8000? It seems that if splunkweb has bound to 8000 for SSL, that it wouldn't be possible to have a 3rd party web server bind to 8000 as well for non-ssl. Is that not the case?
Ya. I saw that part about either http or https port. I just want to make sure before looking at other options outside of splunk.