diff --git a/outputs/client.go b/outputs/client.go index c87a36d6f..99013e4c5 100644 --- a/outputs/client.go +++ b/outputs/client.go @@ -194,9 +194,7 @@ func (c *Client) sendRequest(method string, payload interface{}) error { customTransport := http.DefaultTransport.(*http.Transport).Clone() if customTransport.TLSClientConfig == nil { - customTransport.TLSClientConfig = &tls.Config{ - MinVersion: tls.VersionTLS12, - } + customTransport.TLSClientConfig = &tls.Config{} } customTransport.TLSClientConfig.MinVersion = tls.VersionTLS12