mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-12-11 02:04:38 +08:00
PT-1891 Decreased minimum TLS reqs for compatibility
This commit is contained in:
@@ -1025,7 +1025,8 @@ func getClientOptions(opts *cliOptions) (*options.ClientOptions, error) {
|
||||
|
||||
func getTLSConfig(sslPEMKeyFile, sslCAFile string) (*tls.Config, error) {
|
||||
tlsConfig := &tls.Config{
|
||||
MinVersion: tls.VersionTLS13,
|
||||
MinVersion: tls.VersionTLS10,
|
||||
InsecureSkipVerify: true,
|
||||
}
|
||||
|
||||
roots := x509.NewCertPool()
|
||||
|
||||
Reference in New Issue
Block a user