vscode-gitignore icon indicating copy to clipboard operation
vscode-gitignore copied to clipboard

http.proxyStrictSSL setting ignored

Open xmatthias opened this issue 7 years ago • 0 comments

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". image

    "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.

xmatthias avatar Feb 06 '18 11:02 xmatthias