Hi Experts,
Need your quick suggestion/support.
Trying to make an integration between Splunk with Salesforce using Splunk_TA_salesforce.
Getting below SSL error.
2022-10-06 09:24:35,525 ERROR pid=22321 tid=MainThread file=task.py:_send_request:475 | [stanza_name=monitoring__c] Error occurred in request url=https://company-business--preprod01.sandbox.salesforce.com/services/data/v54.0/query?q=SELECT%20Crea... method=GET reason=HTTP Error HTTPSConnectionPool(host='company-business--preprod01.sandbox.my.salesforce.com', port=443): Max retries exceeded with url: /services/data/v54.0/query?q (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1106)')))
Have placed a certificate pem file in $SPLUNK_HOME/etc/auth/certs/ and defined this path in splunk_ta_salesforce_settings.conf as ca_certs_path = /opt/splunk/etc/auth/certs/cert_chain.pem
But still we get an SSL error, how to disable SSL certificate verifification in the Add-On 'Splunk_TA_salesforce'? Please suggest.
Thanks