vscode-gitignore
vscode-gitignore copied to clipboard
http.proxyStrictSSL setting ignored
The first request (to get the list of available Scripts) seems to succeed (or go through cache) with the following settings, however when then adding/downloading the .gitignore file, the following error is shown:
"Error: Unable to get local issuer certificate".
"http.proxy": "http://someSSLInspectingProxy.com:3128",
"http.proxyStrictSSL": false
I think the proxyStrictSSL:false setting is ignored.
This is a problem in our company network as now i can only add gitignore files (with this extension) while traveling.