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 497e091 commit e0e6a14Copy full SHA for e0e6a14
packages/core/src/shared/utilities/proxyUtil.ts
@@ -57,12 +57,6 @@ export class ProxyUtil {
57
*/
58
private static setProxyEnvironmentVariables(config: ProxyConfig): void {
59
const proxyUrl = config.proxyUrl
60
-
61
- // Always enable experimental proxy support for better handling of both explicit and transparent proxies
62
- process.env.EXPERIMENTAL_HTTP_PROXY_SUPPORT = 'true'
63
- // Add OpenSSL certificate store support
64
- process.env.NODE_OPTIONS = '--use-openssl-ca'
65
66
// Set proxy environment variables
67
if (proxyUrl) {
68
process.env.HTTPS_PROXY = proxyUrl
0 commit comments