You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The proxy setting to use. If not set will be taken from the http_proxy and https_proxy environment variables
"http.proxy": "http://user:[email protected]:8080",
"http.proxyStrictSSL": false,
Install C# Extension
Result:
Proxy works for Installation of Extensions and Update checking. The proxyStrictSSL works.
It seems that the OmniSharp Extensions Network Connection does not use http.proxyStrictSSL. => unable to verify the first certificate
The OmniSharp Log shows:
Installing OmniSharp to C:\Users\MYUSERNAME.vscode-insiders\extensions\ms-vscode.csharp-1.4.1\out.omnisharp-desktop
Attempting to download omnisharp-1.9-beta14-win-x64-net451.zip
The Debug Console of VSCode shows:
/C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:121 [Extension Host] Uncaught Exception: Error: unable to verify the first certificatew.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:121
/C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:121 [Extension Host] Error: unable to verify the first certificate
at Error (native)
at TLSSocket. (_tls_wrap.js:1060:38)
at emitNone (events.js:86:13)
at TLSSocket.emit (events.js:185:7)
at TLSSocket._finishInit (_tls_wrap.js:584:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:416:38)w.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:121
/C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:126 unable to verify the first certificate: Error: unable to verify the first certificate
at Error (native)
at TLSSocket. (_tls_wrap.js:1060:38)
at emitNone (events.js:86:13)
at TLSSocket.emit (events.js:185:7)
at TLSSocket._finishInit (_tls_wrap.js:584:8)
at TLSWrap.ssl.onhandshakedone (_tls_wrap.js:416:38)e.onUnexpectedError @ /C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:126
/C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:121 [Extension Host] Uncaught Exception: Error: socket hang upw.logExtensionHostMessage @ /C:/Program Files (x86)/Microsoft VS Code Insiders/resources/app/out/vs/workbench/workbench.main.js:121
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
settings.json contains:
Result:
Proxy works for Installation of Extensions and Update checking. The proxyStrictSSL works.
It seems that the OmniSharp Extensions Network Connection does not use http.proxyStrictSSL.
=> unable to verify the first certificate
The OmniSharp Log shows:
The Debug Console of VSCode shows:
The text was updated successfully, but these errors were encountered: