HTTP_PROXY to HTTPS_PROXY

Signed-off-by: Santhosh <santhosh@spectrocloud.com>
This commit is contained in:
Santhosh
2022-12-18 21:39:01 +05:30
parent ce43c2b49a
commit 7c8c83d92e

View File

@@ -118,7 +118,7 @@ func proxyEnv(userOptions []byte, proxyMap map[string]string) string {
var proxy []string
httpProxy := proxyMap["HTTP_PROXY"]
httpsProxy := proxyMap["HTTP_PROXY"]
httpsProxy := proxyMap["HTTPS_PROXY"]
noProxy := getNoProxy(userOptions, proxyMap["NO_PROXY"])
if len(httpProxy) > 0 {