mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
transport: require tls12
This commit is contained in:
parent
51a048e6b3
commit
8b28c647ea
@ -184,7 +184,7 @@ func (info TLSInfo) baseConfig() (*tls.Config, error) {
|
||||
|
||||
cfg := &tls.Config{
|
||||
Certificates: []tls.Certificate{*tlsCert},
|
||||
MinVersion: tls.VersionTLS10,
|
||||
MinVersion: tls.VersionTLS12,
|
||||
}
|
||||
return cfg, nil
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user