I am trying to set up the VSCode template. Before I can do the Zephyr Tools Init, it is telling me I have to update by running Zephyr Tools Setup but that fails with an invalid certificate error.

Command ‘Zephyr Tools: Setup’ resulted in an error (certificate has expired)

the Output window shows

tar -xvf “/Users/jerryneedell/.zephyrtools/downloads/zephyr-tools-monitor-0.1.2-x86_64-apple-darwin.tar.gz” -C “/Users/jerryneedell/.zephyrtools/zephyr-tools-monitor”
[SETUP] downloading https://docs.jaredwolff.com/files/newtmgr/darwin/newtmgr.zip

    Hey jerryneedell

    This is a known issue with VSCode (previous post here: https://community.jaredwolff.com/d/223-zephyr-tools-setup-error)

    I’ll copy the solution for anyone else who may come along later:

    Turns out it’s an issue with VSCode itself. Since I’m using Let’s Encrypt they haven updated the CA cert for that. It should be updated in the near future. In the meantime you can do what’s recommended here: https://github.com/microsoft/vscode/issues/136787

    Essentially set http.systemCertificates to false

    If you search for system certificates in your VSCode settings it should come right up.

    Terms and Conditions | Privacy Policy