All Apps and Add-ons

Why is the splunklib.client giving an error "ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)"?

chandrasekharko
Path Finder

Import splunklib.client as client

HOST = "localhost"
PORT = 8089
USERNAME = "admin"
PASSWORD = "Qwerty@123"

service = client.connect(
    host=HOST,
    port=PORT,
    username=USERNAME,
    password=PASSWORD)
for app in service.apps:
    print app.name
0 Karma
1 Solution

chandrasekharko
Path Finder

Ignore. I got it. I bypassed the SSL

View solution in original post

0 Karma

chandrasekharko
Path Finder

Ignore. I got it. I bypassed the SSL

0 Karma

hiddenkirby
Contributor

I too would like to know how you bypassed the SSL?

0 Karma

mpalermo73
Engager

So... How did you bypass the SSL? Did you simply make your management port non SSL, or is there more to it?

Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...