Getting Data In

SSL module is not available?

dwoodfordgrid
Engager

Hi,

When trying to call some rest API's in a custom script using the request package, if the URL is https Splunk throws the error:

"Can't connect to HTTPS URL because the SSL module is not available."

Anyone know why this might not be available, or how to get around it. Looking at other Splunk scripts, they all reference http not https.

Tried manually adding the ssl module into the TA bin folder but it throws more errors.

Labels (1)

ccWildcard
Explorer

I had this same issue. I built an ansible playbook that needed to run a python script. I got this error when running: /opt/splunk/bin/python script.py
What fixed it: /opt/splunk/bin/splunk cmd python script.py

Not sure if you're having the same problem but for some reason the request module doesn't load right of handle ssl if you do /opt/splunk/bin/python but DOES work correctly if you use /opt/splunk/bin/splunk cmd python. Hope it helps!

0 Karma

jay_021
Loves-to-Learn

Thanks ccWildcard

Executing /opt/splunk/bin/splunk cmd python script.py make sense.

Will update my app and retest.

0 Karma

Ole
Engager

Same problem. Did you find a solution?

0 Karma

terminaloutcome
Path Finder

I'm having the same issue and not sure why, did you get to the bottom of it?

jay_021
Loves-to-Learn

I am also getting same error in Splunk ES 9.1.0.2. Anyone found a solution for this ?

 

Max retries exceeded with url: /v1/actions/process-check-result (Caused by SSLError("Can't connect to HTTPS URL because the SSL module is not available."))

 

 

0 Karma

terminaloutcome
Path Finder

If that's core functionality throwing that error then contact support.

If it's a third-party app they shouldn't be trying to use python code that attempts to access that module, basically... there's ways to make requests to URLs without calling it directly.

0 Karma
Get Updates on the Splunk Community!

Aligning Observability Costs with Business Value: Practical Strategies

 Join us for an engaging Tech Talk on Aligning Observability Costs with Business Value: Practical ...

Mastering Data Pipelines: Unlocking Value with Splunk

 In today's AI-driven world, organizations must balance the challenges of managing the explosion of data with ...

Splunk Up Your Game: Why It's Time to Embrace Python 3.9+ and OpenSSL 3.0

Did you know that for Splunk Enterprise 9.4, Python 3.9 is the default interpreter? This shift is not just a ...