Skip to content

Commit 183ba31

Browse files
committed
bug(client): restore client proxy behavior
1 parent e639e2a commit 183ba31

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

client/controller/client/http.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ func CreateHTTPClient(sslVerify bool) *http.Client {
2121
tr := &http.Transport{
2222
TLSClientConfig: &tls.Config{InsecureSkipVerify: !sslVerify},
2323
DisableKeepAlives: true,
24+
Proxy: http.ProxyFromEnvironment,
2425
}
2526
return &http.Client{Transport: tr}
2627
}

0 commit comments

Comments
 (0)