All Apps and Add-ons

Tried accessing an API using bearer tokens TA-Webtools, getting SSL error- How do I fix?

kgiri253
Explorer

Tried accessing an API using bearer tokens TA-Webtools but I am getting SSL error as shown below.

I tried verifyssl=false still I am getting the same error. Please help me solve this

kgiri253_1-1663149592186.png

kgiri253_2-1663149665654.png

 

@jkat54 

Labels (1)

jkat54
SplunkTrust
SplunkTrust

The latest version forces verify=True on ALL connections and can't be overridden.  That's so we could obtain cloud compatibility.

you can use an older version of the app if you're not in splunk cloud.  If you are in splunk cloud, and perhaps even if you're not... another fix (perhaps better idea) is to setup proper TLS/SSL on the host you're attempting to connect to.

0 Karma

kgiri253
Explorer

@jkat54thanks a lot I downloaded an older version and it worked for me. But now the issue is that I am getting the response in the form of curl message. But I wanted the whole response as events so that I could get auto extracted fields.

Please let me know if you have a solution to this.

Thanks once again 🙂

jkat54
SplunkTrust
SplunkTrust

Yes, the solution is to use SPL commands to extract the fields from the curl_response field.

 

if it's json response, try | spath

if it's csv, try | kv

try | rex field=curl_response "(?<extractedFieldName>REGEXHERE)"

0 Karma
Get Updates on the Splunk Community!

Splunk Observability Synthetic Monitoring - Resolved Incident on Detector Alerts

We’ve discovered a bug that affected the auto-clear of Synthetic Detectors in the Splunk Synthetic Monitoring ...

Video | Tom’s Smartness Journey Continues

Remember Splunk Community member Tom Kopchak? If you caught the first episode of our Smartness interview ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud? Learn how unique features like ...