Deployment Architecture

The splunk service accepts connections encrypted using SSL 2.0 and/or SSL 3.0.

wardsd
New Member

I have a cyber security finding that states "The splunk service accepts connections encrypted using SSL 2.0 and/or SSL 3.0".  Of course SSL 2.0 and 3.0 are not secure protocols.  How do I disable SSL 2.0/3.0?  Can I just disable it in the browser or do I need to change a setting within splunk?

0 Karma

isoutamo
SplunkTrust
SplunkTrust

The easiest way is just create an own app where you add needed configuration files with correct attributes. Then install that app to all nodes where it is needed. 

In server.conf

[sslConfig]
sslVersions = tls1.2
sslVersionsForClient = tls1.2

In web.conf

[settings]
sslVersions = tls1.2

 

Put those conf files into your app's default folder with other needed confs. Then just install It into servers.

r. Ismo

0 Karma

sainag_splunk
Splunk Employee
Splunk Employee

 

Yes, you can do it on multiple conf files in splunk for example: Serverconf Webconf  Outputsconf


Please refer:   https://docs.splunk.com/Documentation/Splunk/latest/Admin/Serverconf#TLS.2FSSL_Configuration_details

 

 

 

If this helps, Upvote!!!!
Together we make the Splunk Community stronger 
0 Karma
Get Updates on the Splunk Community!

Splunk + ThousandEyes: Correlate frontend, app, and network data to troubleshoot ...

 Are you tired of troubleshooting delays caused by siloed frontend, application, and network data? We've got a ...

Splunk Observability for AI

Don’t miss out on an exciting Tech Talk on Splunk Observability for AI!Discover how Splunk’s agentic AI ...

🔐 Trust at Every Hop: How mTLS in Splunk Enterprise 10.0 Makes Security Simpler

From Idea to Implementation: Why Splunk Built mTLS into Splunk Enterprise 10.0  mTLS wasn’t just a checkbox ...