I have used extension of Platform IO ide in my visual studio code but I am not able to access home page due to the below error I am receiving in terminal window. Could anyone guide what step or action to be taken for this ?
Error: HTTPSConnectionPool(host=‘api.registry.nm1.platformio.org’, port=443): Max retries exceeded with url: /v3/packages/platformio/tool/contrib-piohome (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)’)))
My OS is windows 10. Maybe in our firm may use proxy . Is there any other way to open home page of Platform io ide. Because of this issue, home screen of platform io is not opening at all
No, Its not opening. I tried it and got the above error the same as given below http://127.0.0.1:8008/
HTTPSConnectionPool(host=‘api.registry.nm1.platformio.org’, port=443): Max retries exceeded with url: /v3/packages/platformio/tool/contrib-piohome (Caused by SSLError(SSLCertVerificationError(1, ‘[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:997)’)))
Sounds like the same issue in SSL Certificate Error in VSCode to me – a HTTPS inspector / TLS interceptor in the corporate network is screwing up the certificates. Can you check the certificate chain in the same way as described in that topic and see if it matches mine?