Security

Is it possible to disable http compression on SplunkWeb?

dask
Explorer

For splunkd on the indexer you can set a value in the server.conf file as such:

allowSslCompression = false

Is there an ability to do this for splunkweb?

There doesn't seem to be a setting to disable ssl Compression in web.conf

Tags (3)
0 Karma
1 Solution

alacercogitatus
SplunkTrust
SplunkTrust

server.conf is for a general splunk server. It should apply to both indexers and searchheads, imo.

You can run btool on the search head to determine what the current setting is: /opt/splunk/bin/splunk cmd btool --debug server list

EDIT:

You might like this: http://www.georgestarcher.com/?p=674. This might be relevant: http://answers.splunk.com/answers/65218/splunk-shows-vulnerable-to-cve-2012-4929-in-my-nessus-vulner...

View solution in original post

alacercogitatus
SplunkTrust
SplunkTrust

server.conf is for a general splunk server. It should apply to both indexers and searchheads, imo.

You can run btool on the search head to determine what the current setting is: /opt/splunk/bin/splunk cmd btool --debug server list

EDIT:

You might like this: http://www.georgestarcher.com/?p=674. This might be relevant: http://answers.splunk.com/answers/65218/splunk-shows-vulnerable-to-cve-2012-4929-in-my-nessus-vulner...

dask
Explorer

I see what you're saying, I guess I should have been more specific, our vulnerability scanner is picking up a finding on the Splunk Web Interface accessible via 443 that SSL/TLS compression is enabled - behind the scenes I know CherryPy is running - and from what I can tell you can't tell it to stop using SSL Compression.

0 Karma

dask
Explorer

Title should be SSL compression but the Captcha keeps failing for some reason

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...