You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have imported the SDK to my project and I wanted to query the already setup hyperledger fabric network that I have, but unsuccessfully. Since I have enrolled already the user I tried using his private key, public key and certificate as inputs when initializing a new user with the Identity model and use this to generate the csr. I never actually get it to work.
Also, I tried using a new identity as you have in the enroll example in order to enroll but I always get an error:
SSL_connect returned=1 errno=0 state=error: certificate verify failed (unable to get local issuer certificate)
Most of the times I get this error although I have successfully created the network in a side directory, created users and query or invoke the chaincode with them through the HF cli.
Is there anywhere I could get more help on this? Is this still a functional repo?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
I have imported the SDK to my project and I wanted to query the already setup hyperledger fabric network that I have, but unsuccessfully. Since I have enrolled already the user I tried using his private key, public key and certificate as inputs when initializing a new user with the Identity model and use this to generate the csr. I never actually get it to work.
Always getting an error on the line:
Also, I tried using a new identity as you have in the enroll example in order to enroll but I always get an error:
Most of the times I get this error although I have successfully created the network in a side directory, created users and query or invoke the chaincode with them through the HF cli.
Is there anywhere I could get more help on this? Is this still a functional repo?
Thank you
The text was updated successfully, but these errors were encountered: