Win-CAMake Trusted Root Certificates in Windows available to VS Code extensions. AbstractThis is a tiny VS Code extension. Its only purpose is to run the win-ca package, which allows all Trusted Root Certificates become available to other VS Code extensions. This extensions is useful if you are:
In other words, you can connect to an internet site by browser, but a VS Code extension fails to connect to it. This extension can help by fetching a list of Windows'
Trusted Root Certification Authorities
and making those certificates available
to other VS Code extensions via NodeJS
In some cases, this can help. InstallationInstall from here or open VS Code,
hit ParametersSince v3.0.0 this extension has got some parameters, available at File / Preferences / Settings / Extensions / win-ca:
The last method can help with the fact
that
Windows lazily populates root certificate store.
If you connect to popular sites,
their root certificate may be missing
from Windows' Root store.
If using a browser,
Windows will silently add
the certifacate to the store,
but not for VS Code extensions.
The simplest remedy is to connect to that site
once with your browser.
The second option is to use Caveats
|