Refine your search:

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?

asked 04 May '10, 13:12

jeff's gravatar image

jeff
285112
accept rate: 16%

edited 31 Dec '10, 18:56


2 Answers:

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.

link

answered 04 May '10, 13:18

jeff's gravatar image

jeff
285112
accept rate: 16%

edited 04 May '10, 14:49

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 ;)

link

answered 04 May '10, 15:54

rayfoo's gravatar image

rayfoo
1781110
accept rate: 12%

Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×104
×65

Asked: 04 May '10, 13:12

Seen: 1,277 times

Last updated: 31 Dec '10, 18:56

Copyright © 2005-2012 Splunk, Inc. All rights reserved.