Refine your search:

wondering if Splunk https works with third-party wildcard certs.

so far I got my Splunk indexer to start using my third-party wildcard cert by changing web.conf to use the absolute path vs the relative path that the Splunk doc pages suggest, but splunk/https won't serve pages.

We have a third-party cert we use so that https://*.com is signed.

Since this can be insecure and may be hard to do, many vendors will only support certificates that go to a specific dns cname or a record, such as https://splunk.abc123.com

My web.conf is: [settings] enableSplunkWebSSL = 1 privKeyPath = /etc/foo/certs/_.abc123.com.pem caCertPath = /etc/foo/cert.pem

Splunk Web server starts with no errors, but when I hit the login page I get:

ssl_error_no_cypher_overlap

Can anyone confirm if wildcard certs with Splunk are really supported or not?

asked 06 Jul '11, 10:15

maverick's gravatar image

maverick ♦
2.8k4021107
accept rate: 14%


One Answer:

I've used splunkweb with wildcard certificates before with no problems - Have you tried accessing it with openssl to see if that reveals any more specific information? Also check web_service.log to confirm that it's loaded the certificate without error

openssl s_client -connect hostname:port
link

answered 06 Jul '11, 20:57

gareth's gravatar image

gareth ♦
39113
accept rate: 58%

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
×28
×17
×15
×2

Asked: 06 Jul '11, 10:15

Seen: 1,654 times

Last updated: 13 Jul '11, 21:26

Related questions

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