Splunk Enterprise Security

No SSL certificate validation can be performed since no CA file has been provided

damode
Motivator

Splunk version 6.5.2

Getting the below error on Splunk SH with ES,

 2019-10-25T00:45:02.649Z W CONTROL  No SSL certificate validation can be performed since no CA file has been provided; please specify an sslCAFile parameter
 2019-10-25T00:45:02.677Z F NETWORK  The provided SSL certificate is expired or not yet valid.
 2019-10-25T00:45:02.677Z I -        Fatal Assertion 28652
 2019-10-25T00:45:02.677Z I -
 ***aborting after fassert() failure

Troubleshooting - The cert installed is client's own cert and is still valid till dec 2020.
Another thing I already checked was the permission on /opt/splunk/var/lib/splunk/kvstore/mongo/splunk.key and verified is as per below,

ls -l /opt/splunk/var/lib/splunk/kvstore/mongo/splunk.key
-r--------. 1 splunk splunk 88 May 25  2017 /opt/splunk/var/lib/splunk/kvstore/mongo/splunk.key

Please advise how I can fix this issue. Thanks

0 Karma

empollard
New Member

Based on the error, it looks like the CA cert wasn't included with the SSL cert pem. Can you verify that the client's CA certificate and SSL cert were combined into one file before utilizing them for Splunk? You can find instructions here on preparing the combined pem file:

https://docs.splunk.com/Documentation/Splunk/7.3.2/Security/HowtoprepareyoursignedcertificatesforSpl...

0 Karma
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
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 ...