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 am trying to enable TLS by flipping flags and setting CORE_PEER_TLS_SERVERHOSTOVERRIDE in every peer, still I am not able to instantiate chaincode, when I looked up in peer logs it says "userChaincodeStreamGetter -> ERRO 001 Error trying to connect to local peer: x509: certificate signed by unknown authority"
The text was updated successfully, but these errors were encountered:
"userChaincodeStreamGetter -> ERRO 001 Error trying to connect to local peer: x509: certificate signed by unknown authority" is this coming from the chaincode container? Looks like the chaincode container is not liking the certificate from the peer?
I am trying to enable TLS by flipping flags and setting CORE_PEER_TLS_SERVERHOSTOVERRIDE in every peer, still I am not able to instantiate chaincode, when I looked up in peer logs it says "userChaincodeStreamGetter -> ERRO 001 Error trying to connect to local peer: x509: certificate signed by unknown authority"
The text was updated successfully, but these errors were encountered: