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.
1 parent 7b6252f commit ebfbc66Copy full SHA for ebfbc66
packages/core/src/shared/utilities/proxyUtil.ts
@@ -90,6 +90,7 @@ export class ProxyUtil {
90
if (!strictSSL) {
91
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '0'
92
this.logger.info('SSL verification disabled via VS Code settings')
93
+ return // No need to set CA certs when SSL verification is disabled
94
}
95
96
// Set certificate bundle environment variables if user configured
0 commit comments