Security

Cannot figure out SSL configuration beween Indexer and Forwarders (7.3.4)

ricotries
Communicator

I have followed all of Splunk's documentation to be able to use certificates signed by a local Certificate Authority and have tried to set up the SSL configuration in server.conf, inputs.conf, and outputs.conf, but no matter what the connection between Indexer and Forwarders cannot be established because the Indexer actively refuses to allow this connection.

For the configuration of SSL in the forwarders I have a custom app that is pushed using the Deployment Server capabilities.

The server.conf in the indexer's .../system/local:

[sslConfig]
sslRootCAPath = /path/to/RootCA.pem
sslVersions = tls1.2

The inputs.conf in the indexer's .../system/local:

[splunktcp-ssl://9997]
connection_host = ip
disabled = 0 

[SSL]
serverCert = /path/to/serverCert.pem
requireClientCert = true
sslVersions = tls1.2

The server.conf in the forwarder's .../app//local

[sslConfig]
sslRootCAPath = /path/to/app/RootCA.pem
sslVersions = tls1.2

The outputs.conf in the forwarder's .../app//local

[tcpout]
useSSL = true
clientCert = /path/to/app/clientCert.pem
useACK = true
sslVersions = tls1.2

Essentially, I have three .pem files, RootCA.pem (this one in the server.conf of both Indexer and Forwader), serverCert.pem (this one in the inputs.conf of the Indexer), and clientCert.pem (this one in the outputs.conf in the Forwarder). I want to make sure that communication between Deployment Server and Forwarder does not require certificates as I am trying to install the Forwarders with a script and have it pull the certificates and configuration so it can then communicate with the receiving port (9997).

What am I doing wrong? I followed these instructions:
https://docs.splunk.com/Documentation/Splunk/7.3.4/Security/HowtoprepareyoursignedcertificatesforSpl...
https://docs.splunk.com/Documentation/Splunk/7.3.4/Security/ConfigureSplunkforwardingtousesignedcert...

And I am running Splunk 7.3.4

Labels (1)
Tags (2)
0 Karma
Get Updates on the Splunk Community!

Strengthen Your Future: A Look Back at Splunk 10 Innovations and .conf25 Highlights!

The Big One: Splunk 10 is Here!  The moment many of you have been waiting for has arrived! We are thrilled to ...

Now Offering the AI Assistant Usage Dashboard in Cloud Monitoring Console

Today, we’re excited to announce the release of a brand new AI assistant usage dashboard in Cloud Monitoring ...

Stay Connected: Your Guide to October Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...