Security

SSL mixed mode warning on splunkweb login page

jeff
Contributor

Situation: SSL enabled SplunkWeb. Enterprise evaluation license. Upon connecting to the log-in page, users are presented with a warning that some of the content is unencrypted.

Aside from the login page, this warning does not present itself anywhere else (that I've found yet) in SplunkWeb. The offending code seems to be a result of two calls over http to quickdraw.splunk.com.

We've trained our users to pay attention to warnings, so this is something we'd like to clear up. Is there any way to disable those calls, encrypt them, etc? If this is a license check, perhaps a call directly from the splunkweb server to the source instead of through the client's browser?

Tags (2)
0 Karma
1 Solution

jeff
Contributor

To disable automatic checking, add to your $SPLUNK_HOME/etc/system/local/web.conf in

[settings]
updateCheckerBaseURL = 0

This tip is from this answers posting.

View solution in original post

rayfoo
Path Finder

In addition to jeff's answer:

This arises because of the way updates are checked everytime a user goes to the login page: the file is requested over HTTP, which causes the mixed mode warning.

One way would be to set (as jeff said) $SPLUNK_HOME/etc/system/local/web.conf

[settings] updateCheckerBaseURL = 0

Another way would be for Splunk to modify the login page to detect when it is being served over HTTPS and call the version checks over HTTPS too 😉

jeff
Contributor

To disable automatic checking, add to your $SPLUNK_HOME/etc/system/local/web.conf in

[settings]
updateCheckerBaseURL = 0

This tip is from this answers posting.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...