I am using Splunk Cloud and I want to use curl without insecure connection for sending data via HEC , What is the process for that and what to do?
Hi @PavelP,
I am facing certificate issue, while integrating SAP CPI with Slunk free trail account through HEC, How can i get own self signed certificate??
I have the same problem with certificates in my CPI setup/
Were you able to fix this ?
//Senthil
Hello @priyadarshan123
use --cacert to point curl to the ca cert file
curl --cacert cert.pem https://cloud.address xxxxxx
Hi PavelP, How to get the cacert for splunk cloud?
@priyadarshan123
Hi @PavelP, I run curl within a go program, I do not do client-side verification of the
certificates, but if I want to do then what are the steps to retrieve the certificates?
@priyadarshan123
if you want to verify the certificate of your splunk cloud instance with curl then follow these advices from the author of curl: https://daniel.haxx.se/blog/2018/11/07/get-the-ca-cert-for-curl/