How to connect to HTTPS DSS

tomas
tomas Registered, Neuron 2022 Posts: 120 ✭✭✭✭✭

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

Setup Info
    Tags
      Help me…