Results 534 comments of Asher

Does changing `http.proxySupport` to `off` or `on` have any effect?

Please do! VS Code overrides our proxy agent (where we set `rejectUnauthorized: false`) when their proxy overrides ours, so it is possible this is causing the issue. But then again,...

Thank you for trying. It is strange, we set `rejectUnauthorized: false` but it seems like somewhere VS Code must be overriding that back to `true`. :thinking:

Or...maybe something to do with Axios?

Did some more digging, I think `rejectUnauthorized` specifically only allows self-signed certificates. But "unable to verify the first certificate" implies there is a chain. Can you verify whether that is...

One more comment: I am surprised the CA option did not work. Are you pointing it to the full chain or just part of it?

Sorry for the delayed response. "Unable to verify the first certificate" is all the debugging information we get from Node unfortunately, but Node does have an debug environment variable that...

Sorry about that, I should have tested it first. I guess `NODE_DEBUG` does not take effect for some reason but I am not sure why. Or maybe it does, but...

Oh yeah we have never used the changelog. Can do.

Just FYI for now when we release I am committing changelog notes manually. Maybe this should be automated, so we renamed the issue. Could have it automatically generated but should...