Refine your search:

Hello,

We are running Splunk 4.1.4 and I have enabled sslv3 and that works fine, however I am unable to specify (and make work) strong ciphers.

We need to specifically disable DES-CBC-SHA

When running btool debug I see the ciphers being specified but I still can connect to the web interface.

system     [SSL]
system     cipherSuite = HIGH:MEDIUM
system     [default]
voxeoui    [settings]
system     SSOMode = permissive

HELP!

asked 13 Jan '11, 06:45

voxeoandree's gravatar image

voxeoandree
134
accept rate: 0%

edited 13 Jan '11, 21:00

araitz's gravatar image

araitz ♦
7.9k3925


One Answer:

The cipher suite that you have specified in server.conf is effective for the SSL/TLS of splunkd's management port (port 8089 by default).

UPDATE: although in 4.0 through 4.2.5 it is not possible to specify a cipher suite for Splunk Web (port 8000 by default), in Splunk 4.3 and beyond, web.conf does accept the cipherSuite setting; see this link for more information.

link

answered 13 Jan '11, 21:01

araitz's gravatar image

araitz ♦
7.9k3925
accept rate: 46%

edited 17 Jan '12, 21:56

It looks like the most recent version of CherryPy (3.2: http://www.cherrypy.org/wiki/WhatsNewIn32#SSL) allows the use of the Python ssl module, which I believe would allow for the selection of cipher suites. Any word on when this support will be available in Splunk?

(07 Sep '11, 17:40) dshpritz

We cannot be specific about forthcoming release milestones, but suffice it to say that we understand the need to specify cipher suites in web.conf.

(08 Sep '11, 08:57) araitz ♦
(10 Jan '12, 09:54) dshpritz
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:

×138
×106
×22

Asked: 13 Jan '11, 06:45

Seen: 1,782 times

Last updated: 17 Jan '12, 21:56

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