Hi guys,
I’m hitting what seems to be a known bug : upload manager fails to install new versions. Here is the typical output I get either doing the upgrade through vscode or manually as per Redirecting... :
Processing uno (platform: atmelavr; board: uno; framework: arduino)
-----------------------------------------------------------------------------------------------------------------------------
Tool Manager: Installing platformio/tool-avrdude @ ~1.60300.0
Error: HTTPSConnectionPool(host='dl.registry.platformio.org', port=443): Max retries exceeded with url: /download/platformio/tool/tool-avrdude/1.60300.200527/tool-avrdude-windows-1.60300.200527.tar.gz (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1076)')))
The terminal process "C:\Users\marcosjl\.platformio\penv\Scripts\pio.exe 'run', '--target', 'upload'" terminated with exit code: 1.
I’m running VSCode/PlatformIO IDE on several computers, but this is only happening on my corporate laptop behing a corporate proxy. I made ‘dl.registry.platformio.org’ web site to be on the white list not to be decyphered (corporate proxy changes SSL certificates in this case).
But I cannot make it work.
Thanx in advance for any hint.
José L. Marcos