Splunk Integration - SSL Handling Verify = False (uncertified SSL-Zert in Splunk Env)

1 votes

The Splunk Integration (agent_splunk.py) does not have the possibility to work with "not-verified" SSL Certs on the Splunk Server.

In the user interface the "no SSL verification" should be added:

In the script agent_splunk.py the certify=False, should be added

requests.get()

response = requests.get(
url,
veritfy=False, <---- This option should be added
auth=(args.user, args.passsword),

Under consideration Integrations Suggested by: Marc Eberhart Upvoted: 02 Aug, '23 Comments: 0

Comments: 0