fabric-samples icon indicating copy to clipboard operation
fabric-samples copied to clipboard

error: tls: failed to verify certificate: x509: certificate signed by unknown authority remoteaddress=127.0.0.1:11051

Open Piyushmethi09 opened this issue 2 years ago • 0 comments

2023-10-30 17:39:38.279 IST 0003 ERRO [comm.tls] ClientHandshake -> Client TLS handshake failed after 1.221344ms with error: tls: failed to verify certificate: x509: certificate signed by unknown authority remoteaddress=127.0.0.1:11051 Error: failed to retrieve endorser client for install: endorser client failed to connect to localhost:11051: failed to create new connection: context deadline exceeded Usage: peer lifecycle chaincode install [flags]

Flags: --connectionProfile string The fully qualified path to the connection profile that provides the necessary connection information for the network. Note: currently only supported for providing peer connection information -h, --help help for install --peerAddresses stringArray The addresses of the peers to connect to --targetPeer string When using a connection profile, the name of the peer to target for this action --tlsRootCertFiles stringArray If TLS is enabled, the paths to the TLS root cert files of the peers to connect to. The order and number of certs specified should match the --peerAddresses flag

Global Flags: --cafile string Path to file containing PEM-encoded trusted certificate(s) for the ordering endpoint --certfile string Path to file containing PEM-encoded X509 public key to use for mutual TLS communication with the orderer endpoint --clientauth Use mutual TLS when communicating with the orderer endpoint --connTimeout duration Timeout for client to connect (default 3s) --keyfile string Path to file containing PEM-encoded private key to use for mutual TLS communication with the orderer endpoint -o, --orderer string Ordering service endpoint --ordererTLSHostnameOverride string The hostname override to use when validating the TLS connection to the orderer --tls Use TLS when communicating with the orderer endpoint --tlsHandshakeTimeShift duration The amount of time to shift backwards for certificate expiration checks during TLS handshakes with the orderer endpoint

Chaincode installation on peer0.org3 has failed Deploying chaincode failed

Piyushmethi09 avatar Oct 30 '23 12:10 Piyushmethi09