I have an existing Hyperledger Fabric network v1.4 and I am trying to connect to the network using Fabric node SDK 2.2.x. Every time I try to connect I get an error
Error : Pem Encoded certificate is required
The requirement that I have is that the network is v1.4 and the application code got reworked in SDK 2.2.x due to the better event listener support but the existing wallet do not allow us to connect to the network. Is there a way we can connect with the already existing wallet to the network .
Also we cannot update the network as of now .
I am a newbie here so I might have missed something that I am more than willing to answer when someone points it out.