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.
... View more