I’ve been having this problem for a while, does anyone have a solution?
It’s not a DNS error, Ipv6 or something like that, and the command to turn off certified check doesn’t work anymore.
I’m literally trying to download official Microsoft Plugins and I get a certificate error
Like:
2023-03-22 17:08:35.669 [error] SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed: Error: SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed,SignatureIntegrityCheckFailed
at vscode-file://vscode-app/c:/Users/USER/AppData/Local/Programs/Microsoft%20VS%20Code/resources/app/out/vs/code/node/sharedProcess/sharedProcessMain.js:88:89716
at Array.reduce (<anonymous>)
Really need some workable solution.
I’ve tried things related to WiFi and commands in the Program but nothing worked, not that they’ve mentioned so far.
It should just install normally and work
2
Answers
VS Code 1.77 includes a "patch" (more like a workaround I think) for this, and the maintainers are working on fixing the underlying issues in the meantime. See the release notes, which state:
See also this related issue ticket: update/install extensions got the
SignatureIntegrityCheckFailed
error#173250.
In my case, the issue was resolved by running vscode as an administrator, as the standard user did not have sufficient permissions to read the file that indicates the path of the error.