Node SDK v2 Gateway cannot connect to peer
问题 I've got a running testnet with mutualTLS in a Kubernetes cluster. The setup works as I can flawlessly use the CLI to invoke and query chaincode. In Node, however, I can enroll the identity but I'm not able to do a gateway.connect(...) successfully. The error messages from client and peer are telling me quite nothing. The script 'use strict'; const FabricCAServices = require('fabric-ca-client'); const { Wallets, Gateway } = require('fabric-network'); const fs = require('fs'); const path =