All Apps and Add-ons

Splunk Add-On for Cisco UCS: Is it possible to use Use HTTP instead of HTTPS?

MOberschelp
Explorer

Hi,

is there any possibility to use http instead of https in the Splunk Add-on for cisco ucs?
We have a problem with the strength of the certificate and cannot change it at this time.

In the ta_cisco_ucs.log we get the following error:

File "C:\Program Files\Splunk\etc\apps\Splunk_TA_cisco-ucs\bin\ta_util2\httplib2\__init__.py", line 1044, in connect
   raise SSLHandshakeError(e)
SSLHandshakeError: [SSL: SSL_NEGATIVE_LENGTH] dh key too small (_ssl.c:604)

So we would try to connect with http...

Regards,
Maik

0 Karma

kartik13
Communicator

You can enable the splunk at https or http port by adding the stanza in server.conf file located in

/Splunk_Home/etc/apps/system/local

[sslConfig]
enableSplunkdSSL = true|false

0 Karma

MOberschelp
Explorer

Hi kartik,

this is the default SSL-Config for splunk. But I need only the add-on for ucs use http. The add-on connects directly to the ucs. The ucs is not connecting to any splunk instance...

0 Karma

wahmad_splunk
Splunk Employee
Splunk Employee

I suggest that you configure your http server to listen on a separate port, and that you use that port in the Add-on UCS Manager configuration fields.

0 Karma

MOberschelp
Explorer

Thank you for your reply. The ucs has the http port configured (default 80) and is listening on that port. But where can I change the port in the splunk add-on?

0 Karma
Get Updates on the Splunk Community!

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...

Adoption of Infrastructure Monitoring at Splunk

  Splunk's Growth Engineering team showcases one of their first Splunk product adoption-Splunk Infrastructure ...

Modern way of developing distributed application using OTel

Recently, I had the opportunity to work on a complex microservice using Spring boot and Quarkus to develop a ...