diff --git a/agent/pkg/agent/config.go b/agent/pkg/agent/config.go index 0effb0d7..9605e844 100644 --- a/agent/pkg/agent/config.go +++ b/agent/pkg/agent/config.go @@ -133,6 +133,7 @@ func (cfg *AgentConfig) InitWithCerts(ctx context.Context, ca, crt, key []byte) Certificates: []tls.Certificate{clientCert}, RootCAs: caCertPool, ServerName: common.CertsDNSName, + MinVersion: tls.VersionTLS12, } ctx, cancel := context.WithTimeout(ctx, 5*time.Second)