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!

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...

Welcome to the Splunk Community!

(view in My Videos) We're so glad you're here! The Splunk Community is place to connect, learn, give back, and ...

Tech Talk | Elevating Digital Service Excellence: The Synergy of Splunk RUM & APM

Elevating Digital Service Excellence: The Synergy of Real User Monitoring and Application Performance ...