Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on October 8, 2018 8:58PM
Likes: 0
Replies: 2
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)