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.
2 parents 952e5dc + 8097bc1 commit ef92dcdCopy full SHA for ef92dcd
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