|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
I am simply asking to understand if the peers can connect to the orderers to pull blocks, to understand whether the problem is only in the gateway or in all communications between the peer and the ord
I am simply asking to understand if the peers can connect to the orderers to pull blocks, to understand whether the problem is only in the gateway or in all communications between the peer and the ord
|
By
Yacov
· #10889
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
1. Yes I can, I'm able to execute the contract directly from the console using "peer chaincode invoke" and using a client with the old node js SDK. Both use mutual TLS. 2. Well I'm not completely sure
1. Yes I can, I'm able to execute the contract directly from the console using "peer chaincode invoke" and using a client with the old node js SDK. Both use mutual TLS. 2. Well I'm not completely sure
|
By
afrancoc2000@...
· #10888
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
Can you send transactions to the orderer from a client without the gateway? Do peers get blocks from the orderers?
Can you send transactions to the orderer from a client without the gateway? Do peers get blocks from the orderers?
|
By
Yacov
· #10887
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
I'm also getting this message: [gateway] orderers -> Failed to connect to orderer address=orderer2.blockchainnp.company.com.co:443 err="failed to create new connection: context deadline exceeded" 2022
I'm also getting this message: [gateway] orderers -> Failed to connect to orderer address=orderer2.blockchainnp.company.com.co:443 err="failed to create new connection: context deadline exceeded" 2022
|
By
afrancoc2000@...
· #10886
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
No, still the same, I verified that both certificates go into the certpool but I'm still getting the same error
No, still the same, I verified that both certificates go into the certpool but I'm still getting the same error
|
By
afrancoc2000@...
· #10885
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
I'm going to try to upload them individually
I'm going to try to upload them individually
|
By
afrancoc2000@...
· #10884
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
Hi Yacov, The change didn't work I'm getting the same errors, "certificate signed by unknown authority" on the peer, "tls: bad certificate" on the orderer. what I find weird is that it looks like the
Hi Yacov, The change didn't work I'm getting the same errors, "certificate signed by unknown authority" on the peer, "tls: bad certificate" on the orderer. what I find weird is that it looks like the
|
By
afrancoc2000@...
· #10883
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
This is the code I'm using to create the CA certificate: func loadCertificate(filename string) (*x509.Certificate, error) { certificatePEM, err := ioutil.ReadFile(filename) if err != nil { return nil,
This is the code I'm using to create the CA certificate: func loadCertificate(filename string) (*x509.Certificate, error) { certificatePEM, err := ioutil.ReadFile(filename) if err != nil { return nil,
|
By
afrancoc2000@...
· #10880
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
Hi Yacov, well it works on the testnetwork where there's no intermediate CA file. you are right maybe that's the problem let me test it. Thanks!
Hi Yacov, well it works on the testnetwork where there's no intermediate CA file. you are right maybe that's the problem let me test it. Thanks!
|
By
afrancoc2000@...
· #10879
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
On second thought, you said that code works? How come when you only add a single certificate and you have two in the chain?
On second thought, you said that code works? How come when you only add a single certificate and you have two in the chain?
|
By
Yacov
· #10877
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
you have an interediate CA but you use AddCert which receives a single certificate object (not a PEM but literally the x509 certificate). you need to add both root CA and intermediate CA. Easiest is t
you have an interediate CA but you use AddCert which receives a single certificate object (not a PEM but literally the x509 certificate). you need to add both root CA and intermediate CA. Easiest is t
|
By
Yacov
· #10876
·
|
|
Hyperledger Fabric Gateway fails with certificate signed by unknown authority but certificates pass an openssl test
#hyperledger-fabric
#tls
#fabric-sdk-go
Hi Team, I'm having trouble making the "Hyperledger Fabric Gateway for Go" execute a smart contract, although I am using it successfully for listening to events. This is the error I get in the client:
Hi Team, I'm having trouble making the "Hyperledger Fabric Gateway for Go" execute a smart contract, although I am using it successfully for listening to events. This is the error I get in the client:
|
By
afrancoc2000@...
· #10872
·
|
|
Using Private Data in Fabric #hyperledger-fabric @ version 2.2
#hyperledger-fabric
Yes it does, the question is which .pem file??? That file's location depends on how you set up your directories. Hyperledger eats, breathes, and sweats certificates and keys. Understanding how they in
Yes it does, the question is which .pem file??? That file's location depends on how you set up your directories. Hyperledger eats, breathes, and sweats certificates and keys. Understanding how they in
|
By
Tom Lamm
· #10839
·
|
|
Using Private Data in Fabric #hyperledger-fabric @ version 2.2
#hyperledger-fabric
Hi, Looks like ORDERER_CA variable needs to be defined with the location of .pem file Regards, -Satheesh
Hi, Looks like ORDERER_CA variable needs to be defined with the location of .pem file Regards, -Satheesh
|
By
satheesh
· #10838
·
|
|
Using Private Data in Fabric #hyperledger-fabric @ version 2.2
#hyperledger-fabric
I stuck on official tutorial part 5 - "Using Private Data in Fabric" - (I have used fabric version 2.2) -: While executing this following command I got the error : peer lifecycle chaincode approveform
I stuck on official tutorial part 5 - "Using Private Data in Fabric" - (I have used fabric version 2.2) -: While executing this following command I got the error : peer lifecycle chaincode approveform
|
By
asaduzzaman.rakib.10@...
· #10837
·
|
|
container is not running.
#couchdb
#fabric-peer
#hyperledger-fabric
./startFabric.sh Development only script for Hyperledger Fabric control Running 'startFabric.sh' FABRIC_VERSION is unset, assuming hlfv12 FABRIC_START_TIMEOUT is unset, assuming 15 (seconds) Removing
./startFabric.sh Development only script for Hyperledger Fabric control Running 'startFabric.sh' FABRIC_VERSION is unset, assuming hlfv12 FABRIC_START_TIMEOUT is unset, assuming 15 (seconds) Removing
|
By
Vivek Vohra
· #10817
·
|
|
Admin user registration
#affiliations
#hyperledger-fabric
Hello! I've been trying to get the first user ever registered to my hyperledger-fabric network, using the function from ca.utils.ts: registerUserWallet, and since it's the very first user, it attempts
Hello! I've been trying to get the first user ever registered to my hyperledger-fabric network, using the function from ca.utils.ts: registerUserWallet, and since it's the very first user, it attempts
|
By
gonzalo.bustos@...
· #10652
·
|
|
New user registration fails
#affiliations
#fabric-ca
#fabric-ca-client
#hyperledger-fabric
When trying to register a new user on one of our Organizations, in this case, organization "MedicOrg" (with its corresponding MSP, certs, peers and CAs), I get the following error where an admin is en
When trying to register a new user on one of our Organizations, in this case, organization "MedicOrg" (with its corresponding MSP, certs, peers and CAs), I get the following error where an admin is en
|
By
gonzalo.bustos@...
· #10599
·
|
|
Adding a Custom Organizational Unit
#affiliations
#fabric
#policy
#hyperledger-fabric
Hello all, I've been researching this topic for a minute, and found many unanswered questions. I'm trying to implement a custom organizational unit to make use of it in my policies, but according to t
Hello all, I've been researching this topic for a minute, and found many unanswered questions. I'm trying to implement a custom organizational unit to make use of it in my policies, but according to t
|
By
mhdalkhaldibc@...
· #10536
·
|
|
Hyperledger Fabric Network setup best practice
#fabric
#hyperledger-fabric
#kubernetes
#network
Hi Fabric Experts, I am going through the Blockchain automation framework to set up the network and would like to check if this is the recommended way to setup the network in Kubernetes clusters. I am
Hi Fabric Experts, I am going through the Blockchain automation framework to set up the network and would like to check if this is the recommended way to setup the network in Kubernetes clusters. I am
|
By
Avinash
· #10506
·
|