When I asked this question, I had already added the following setting under [sslConfig] in both my Indexer and UF's server.conf: sslRootCAPath = /opt/splunkforwarder/etc/auth/mycerts/myCertAuthCertificate.pem However, I still encountered the same issue as described in my original question. Additionally, my Indexer's inputs.conf is configured as follows: [splunktcp-ssl:9997]
disabled = 0
[SSL]
serverCert = /opt/splunk/etc/auth/mycerts/myCombinedServerCertificate.pem
sslPassword = ServerCertPassword
requireClientCert = false I have followed Splunk's official documentation and tried various configurations, but all attempts failed. Then, I found a 2017 post on the Splunk Community forum and decided to try the suggested configuration. That configuration is exactly what I am using now, and it worked successfully. I don't fully understand this configuration, so I have asked these three questions.
... View more