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!

What the End of Support for Splunk Add-on Builder Means for You

Hello Splunk Community! We want to share an important update regarding the future of the Splunk Add-on Builder ...

Solve, Learn, Repeat: New Puzzle Channel Now Live

Welcome to the Splunk Puzzle PlaygroundIf you are anything like me, you love to solve problems, and what ...

Building Reliable Asset and Identity Frameworks in Splunk ES

 Accurate asset and identity resolution is the backbone of security operations. Without it, alerts are ...