python-api-client
python-api-client copied to clipboard
Self Signed Certs
I am trying to use a self signed cert and my script is unable to verify:
SSL: CERTIFICATE_VERIFY_FAILED
Any suggestions will be appreciated !
I found the arg for cafile but I am getting: no certificate or crl found. I tried base64 and DER .cer files. Will try pem next
I am also running into this issue. Would welcome a solution.