unable to get local issuer certificate vscode

karthikeayan picture karthikeayan · Jan 21, 2016 · Viewed 15.9k times · Source

I am trying to install extensions for VSCode. But getting unable to get local issuer certifiate. my settings.json

    // Place your settings in this file to overwrite the default settings { // Controls the font family.
"editor.fontFamily": "Consolas",

    // Controls the font size.
"editor.fontSize": 12,

    //Setting corporate proxy
"http.proxy": "http://proxy_servr:3128",
"https.proxy": "http://proxy_servr:3128",

    //Disable SSL Verification
"http.proxyStrictSSL": false }

Answer

Rajat Surana picture Rajat Surana · Nov 30, 2017

In VS code: Click File -> Preferences ->Settings

{
"http.proxyStrictSSL":false,
"http.proxy":"http://USERID:[email protected]:3128"
}

It appears that you have not added authentication credentials to http.proxy