|
@@ -19,9 +19,9 @@ import (
|
|
|
var pluginProxyTransport = &http.Transport{
|
|
var pluginProxyTransport = &http.Transport{
|
|
|
TLSClientConfig: &tls.Config{
|
|
TLSClientConfig: &tls.Config{
|
|
|
InsecureSkipVerify: true,
|
|
InsecureSkipVerify: true,
|
|
|
- Renegotiation: tls.RenegotiateFreelyAsClient,
|
|
|
|
|
|
|
+ Renegotiation: tls.RenegotiateFreelyAsClient,
|
|
|
},
|
|
},
|
|
|
- Proxy: http.ProxyFromEnvironment,
|
|
|
|
|
|
|
+ Proxy: http.ProxyFromEnvironment,
|
|
|
Dial: (&net.Dialer{
|
|
Dial: (&net.Dialer{
|
|
|
Timeout: 30 * time.Second,
|
|
Timeout: 30 * time.Second,
|
|
|
KeepAlive: 30 * time.Second,
|
|
KeepAlive: 30 * time.Second,
|