diff --git a/ct/client/logclient.go b/ct/client/logclient.go index 209d680..e5adc09 100644 --- a/ct/client/logclient.go +++ b/ct/client/logclient.go @@ -90,6 +90,7 @@ func New(uri string) *LogClient { var c LogClient c.uri = uri transport := &httpclient.Transport{ + Proxy: http.ProxyFromEnvironment, ConnectTimeout: 10 * time.Second, RequestTimeout: 60 * time.Second, ResponseHeaderTimeout: 30 * time.Second,