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
When "MSPDir"-parameter in configtx.yaml is definied and all certificates available but the ca-cert.pem in the cacerts subdirectory, then an unspecified error occurs: proto: Marshal called with nil
Of course, this is a missconfiguration of the CA, but the inexistance of a file can be better reported to find the error.
Steps to reproduce
Move the ca-cert.pem from msp/cacerts directory to somewhere else.
The text was updated successfully, but these errors were encountered:
Description
When "MSPDir"-parameter in configtx.yaml is definied and all certificates available but the ca-cert.pem in the cacerts subdirectory, then an unspecified error occurs: proto: Marshal called with nil
Of course, this is a missconfiguration of the CA, but the inexistance of a file can be better reported to find the error.
Steps to reproduce
Move the ca-cert.pem from msp/cacerts directory to somewhere else.
The text was updated successfully, but these errors were encountered: