Hello,
I am having issues authenticating with the Okta SDK API tooling. I have success using direct URL API but when I try to use the SDK Client Config, no dice. I am getting the below error:
Cannot connect to host okta-openly.pixtulate.com:443 ssl:True [SSLCertVerificationError: (1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1000)')]
My Client Config is:
config = {
'orgUrl': OKTA_ORG_URL ("https://MY_okta-ORG.pixtulate.com"),
'token': OKTA_API_TOKEN,
}
Any help would be amazing, I’ve hit a wall trying to use the SDK which would be much faster than building full urls for scripts