Hi
I have an app on a HF that forwards events to a 3rd party device via unencrypted channel. I would like to encrypt the traffic using certificates which I received from a 3rd party (root.crt and sender.crt).
This is the output.conf stanza I am trying to use which does not seem to work:
[tcpout:3rdparty]
server = :
sslRootCAPath = $SPLUNK_HOME/etc/apps/3rdparty/local/root.crt
sslCertPath = $SPLUNK_HOME/etc/apps/3rdparty/local/sender.crt
requireClientCert = false
sslVerifyServerCert = false
sendCookedData = false
"Error initializing SSL context - check splunkd.log regarding configuration error for server "
What additional steps do I need to take to accomplish this?
↧