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!

Building Reliable Asset and Identity Frameworks in Splunk ES

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

Cloud Monitoring Console - Unlocking Greater Visibility in SVC Usage Reporting

For Splunk Cloud customers, understanding and optimizing Splunk Virtual Compute (SVC) usage and resource ...

Automatic Discovery Part 3: Practical Use Cases

If you’ve enabled Automatic Discovery in your install of the Splunk Distribution of the OpenTelemetry ...