Splunk Search

SSLError

ashraf_adeelaa
New Member

This code

import splunklib.client as client

host = "127.0.0.1"
port = "8000"
username = "---"
password = "----"

service = client.connect(username=username,password=password,host=host,port=port,scheme = https)
for app in service.apps:
print(app.name)

produces 

SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1125)

 

0 Karma
Get Updates on the Splunk Community!

Unlock Database Monitoring with Splunk Observability Cloud

  In today’s fast-paced digital landscape, even minor database slowdowns can disrupt user experiences and ...

Purpose in Action: How Splunk Is Helping Power an Inclusive Future for All

At Cisco, purpose isn’t a tagline—it’s a commitment. Cisco’s FY25 Purpose Report outlines how the company is ...

[Upcoming Webinar] Demo Day: Transforming IT Operations with Splunk

Join us for a live Demo Day at the Cisco Store on January 21st 10:00am - 11:00am PST In the fast-paced world ...