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!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...