How to connect to HTTPS DSS

Registered, Neuron 2022 Posts: 121 ✭✭✭✭✭✭

Using self signed certificate returns:
requests.exceptions.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:579)

How to set auto-trust during the connection?
Thanks

import dataikuapi

host = "https://localhost:11200"
apiKey = "some_key"
client = dataikuapi.DSSClient(host, apiKey)

Best Answer

Answers

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.