functional/rpcpb: remove "InsecureSkipVerify"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
This commit is contained in:
Gyuho Lee 2018-04-12 15:54:37 -07:00
parent 6efde070b8
commit 7b1d09023b

View File

@ -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()