Forum Discussion
saqlain
Neophyte
2 months agoHi smahamulkar & mike,
I am getting the ssl certificate error while executing the script in Vscode for adding the "Add a One-Time Device SDT:
(Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1018)'))
you guys have any idea how to solve
i have performed following command :
pip install certifi
sudo update-ca-certificates
pip install requests
pip install certifi
Mike_Moniz
Professor
2 months agoPerhaps you should reach out to a more general python forum (like stackoverflow?) to work out why SSL verification is failing in Python. Googling that error seems to show possible python install/setup issues or you have something re-writing the SSL cert to the LM portal perhaps.