- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Splunk Python SSL Connection Error (version 2.7).
YUNHYEONG
Explorer
07-01-2019
07:41 PM
I need to your help.
When I using python to Splunk Connection, I saw this error. I'm using python 2.7
SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:618)
So, I saw that reference pages like this
https://docs.splunk.com/DocumentationStatic/PythonSDK/1.6.5/client.html#splunklib.client.Indexes
But I can't clear that ssl problem.
Connection verify is False.
Anything I do more setting need?
Thank you.
![service = client.connect(
host=host,
port=port,
username=username,
password=password,
verify=False
)][1]
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content

amitm05
Builder
07-01-2019
11:39 PM
@YUNHYEONG
Can you check this. Seems to have helped others -
https://answers.splunk.com/answers/609126/ssl-error-while-trying-to-connect-to-splunk-web-fr.html#an...
- Mark as New
- Bookmark Message
- Subscribe to Message
- Mute Message
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
YUNHYEONG
Explorer
07-01-2019
11:54 PM
It's not correct. Do you have any idea?
