Solving Ssl: certificate_verify_failed on APIs

Better way to fix local certificate issue will be

Open powershell as admin and run following two commands:

certutil -generateSSTFromWU roots.sst
certutil -addstore -f root roots.sst

*Manual changes made in python folder has to be reverted by reinstalling fresh copy of python.

2 Likes