diff --git a/config/security.go b/config/security.go index dc975293..835f3f8c 100644 --- a/config/security.go +++ b/config/security.go @@ -77,9 +77,8 @@ func (s *Security) ToTLSConfig() (tlsConfig *tls.Config, err error) { return } tlsConfig = &tls.Config{ - RootCAs: certPool, - ClientCAs: certPool, - MinVersion: tls.VersionTLS10, + RootCAs: certPool, + ClientCAs: certPool, } if len(s.ClusterSSLCert) != 0 && len(s.ClusterSSLKey) != 0 {