We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
http.proxyStrictSSL
1 parent 3faea6f commit 028321cCopy full SHA for 028321c
src/api/index.ts
@@ -286,7 +286,7 @@ export class AtelierAPI {
286
const agent = new http.Agent({
287
keepAlive: true,
288
maxSockets: 10,
289
- rejectUnauthorized: https && config("http.proxyStrictSSL"),
+ rejectUnauthorized: https && vscode.workspace.getConfiguration("http").get("proxyStrictSSL"),
290
});
291
292
let pathPrefix = this._config.pathPrefix || "";
0 commit comments