mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
functional/rpcpb: remove "InsecureSkipVerify"
Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
parent
6efde070b8
commit
7b1d09023b
@ -108,7 +108,7 @@ func (m *Member) CreateEtcdClientConfig(opts ...grpc.DialOption) (cfg *clientv3.
|
||||
|
||||
// TODO: remove this with generated certs
|
||||
// only need it for auto TLS
|
||||
InsecureSkipVerify: true,
|
||||
// InsecureSkipVerify: true,
|
||||
}
|
||||
var tlsConfig *tls.Config
|
||||
tlsConfig, err = tlsInfo.ClientConfig()
|
||||
|
Loading…
x
Reference in New Issue
Block a user