diff --git a/client/foundries.go b/client/foundries.go index 3353cb8f..30fd6a8b 100644 --- a/client/foundries.go +++ b/client/foundries.go @@ -506,6 +506,7 @@ func NewApiClient(serverUrl string, config Config, caCertPath string, version st InsecureSkipVerify: config.InsecureSkipVerify, } http.DefaultTransport.(*http.Transport).TLSClientConfig = tlsCfg + http.DefaultTransport.(*http.Transport).DisableCompression = true if len(caCertPath) > 0 { rootCAs, _ := x509.SystemCertPool() if rootCAs == nil {