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!

What's new in Splunk Cloud Platform 9.1.2312?

Hi Splunky people! We are excited to share the newest updates in Splunk Cloud Platform 9.1.2312! Analysts can ...

What’s New in Splunk Security Essentials 3.8.0?

Splunk Security Essentials (SSE) is an app that can amplify the power of your existing Splunk Cloud Platform, ...

Let’s Get You Certified – Vegas-Style at .conf24

Are you ready to level up your Splunk game? Then, let’s get you certified live at .conf24 – our annual user ...