We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent befa4ad commit 46aadd8Copy full SHA for 46aadd8
BtmsGateway/Utils/Http/Proxy.cs
@@ -76,7 +76,7 @@ int httpClientRetryCount
76
[ExcludeFromCodeCoverage]
77
private static HttpClientHandler ConfigurePrimaryHttpMessageHandler()
78
{
79
- var proxyUri = Environment.GetEnvironmentVariable("HTTPS_PROXY");
+ var proxyUri = Environment.GetEnvironmentVariable("CDP_HTTPS_PROXY");
80
return CreateHttpClientHandler(proxyUri);
81
}
82
0 commit comments