Security

SSL Certificate on AWS Application Load Balancer: how to resolve the SSL Self Signed Cert Vulnerability for port 8089?

jaracan
Communicator

Hi Team,

We are using Splunk in AWS EC2 Instance. The SSL Certificate is uploaded on the AWS Application Load Balancer. With that, how can we resolve the SSL Self Signed Cert Vulnerability for port 8089? Any insights?

I already had added the confs below, but still the vulnerability was still there.

web.conf

[settings]
sslVersions = *,-ssl3
enableSplunkWebSSL = true
cipherSuite = TLSv1.2:!aNULL

server.conf

[sslConfig]
sslVersions = *,-ssl3
Labels (2)
0 Karma

nickhills
Ultra Champion

Hi @jaracan
Although you have set a cert on the ALB, you will by default still be using the default certs on the running Splunk instances.

See this excellent presentation from .conf15 about how to issue your own certs for your entire Splunk deployment.
https://conf.splunk.com/session/2015/conf2015_DWaddle_DefensePointSecurity_deploying_SplunkSSLBestPr...

If my comment helps, please give it a thumbs up!

jithu9194
Engager

Could you upload the presentation here, it seems to be expired 

isoutamo
SplunkTrust
SplunkTrust
Hi
this is probably from previous year https://www.duanewaddle.com/wp-content/uploads/2014/10/Splunk-SSL-Presentation.pdf
There are some other interesting documents too on this site.
r. Ismo
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...