I encountered the following SSLCertVerificationError when trying to run the example notebook "1_Authentication" under "using-cognite-python-sdk". The authentication via interactive login was successful.
However, it threw the SSL error when executing “client.login.status()”
ssl.SSLCertVerificationError: oSSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)
I updated “certifi” as suggested in another discussion thread, but the error still exists. I’m using Python 3.9.12.
ANy suggestion is appreciated.