pass proxy when using insecureSkipVerify

Signed-off-by: Matthias Riegler <me@xvzf.tech>
pull/7254/head
Matthias Riegler 6 years ago
parent 393fd5fe17
commit 9f96d85ac8

@ -119,6 +119,7 @@ func (g *HTTPGetter) httpClient() (*http.Client, error) {
TLSClientConfig: &tls.Config{ TLSClientConfig: &tls.Config{
InsecureSkipVerify: true, InsecureSkipVerify: true,
}, },
Proxy: http.ProxyFromEnvironment,
}, },
} }

Loading…
Cancel
Save