Browse Source

functional/rpcpb: remove "InsecureSkipVerify"

Signed-off-by: Gyuho Lee <gyuhox@gmail.com>
Gyuho Lee 7 years ago
parent
commit
7b1d09023b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functional/rpcpb/member.go

+ 1 - 1
functional/rpcpb/member.go

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