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!

.conf24 | Registration Open!

Hello, hello! I come bearing good news: Registration for .conf24 is now open!   conf is Splunk’s rad annual ...

ICYMI - Check out the latest releases of Splunk Edge Processor

Splunk is pleased to announce the latest enhancements to Splunk Edge Processor.  HEC Receiver authorization ...

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...