Security

connection in jupyeter notebook has SSL wrong infos

bigq
New Member

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

import splunklib.results as results
import splunklib.client as client
import io, os, sys, types,datetime,math,time
import ssl
from io import StringIO

Data Manipulation

import random
import numpy as np
import pandas as pd
# Your Splunk Instance
HOST = "10.10.xxx"
PORT = xxx
USERNAME = "test"
PASSWORD = "test!"

Create a Service instance and Attempt Connection to Splunk

print(ssl.OPENSSL_VERSION)
try:
service = client.connect(host=HOST, port=PORT, username=USERNAME, password=PASSWORD)
print("Connection Successful")
except Exception as e:
print(str(e))

0 Karma
Get Updates on the Splunk Community!

Fall Into Learning with New Splunk Education Courses

Every month, Splunk Education releases new courses to help you branch out, strengthen your data science roots, ...

Super Optimize your Splunk Stats Searches: Unlocking the Power of tstats, TERM, and ...

By Martin Hettervik, Senior Consultant and Team Leader at Accelerate at Iver, Splunk MVPThe stats command is ...

How Splunk Observability Cloud Prevented a Major Payment Crisis in Minutes

Your bank's payment processing system is humming along during a busy afternoon, handling millions in hourly ...