|
UNABLE_TO_GET_ISSUER_CERT_LOCALLY Error on chaincode install
#fabric-sdk-node
#tls
#fabric
I am trying to install chaincode on a mac catalina which has Symantec WSS.
I get following error when I try to install chaincode:
+ peer lifecycle chaincode install mycc.tar.gz
+ res=1
Error:
I am trying to install chaincode on a mac catalina which has Symantec WSS.
I get following error when I try to install chaincode:
+ peer lifecycle chaincode install mycc.tar.gz
+ res=1
Error:
|
By
Kevin X
·
#9944
·
|
|
Re: Understanding cryptogen PATH
I’m glad it worked, and thanks for sharing the result for others!
I’m glad it worked, and thanks for sharing the result for others!
|
By
Chris Gabriel <alaskadd@...>
·
#9943
·
|
|
Re: Understanding cryptogen PATH
Thanks Chris. You have picked the issue right.
I did a similar thing but created a folder before running the bootstrap script.
mkdir ~/hyperledger. //created a dir called hyperledger
cd
Thanks Chris. You have picked the issue right.
I did a similar thing but created a folder before running the bootstrap script.
mkdir ~/hyperledger. //created a dir called hyperledger
cd
|
By
Mahwish Anwar
·
#9942
·
|
|
Re: Understanding cryptogen PATH
Hello Satheesh,
This is what I think happened based on trying to recreate your question. Using wget I pulled bootstrap.sh (I'm on Mac OSX). If you execute bootstrap.sh without any options, by
Hello Satheesh,
This is what I think happened based on trying to recreate your question. Using wget I pulled bootstrap.sh (I'm on Mac OSX). If you execute bootstrap.sh without any options, by
|
By
Chris Gabriel <alaskadd@...>
·
#9941
·
|
|
Re: Understanding cryptogen PATH
Any clue in bootstrap/build logs ?
-Satheesh
On Friday, April 30, 2021, 05:04:26 PM GMT+5:30, <mahwish.anwar@...> wrote:
Any clue in bootstrap/build logs ?
-Satheesh
On Friday, April 30, 2021, 05:04:26 PM GMT+5:30, <mahwish.anwar@...> wrote:
|
By
satheesh
·
#9940
·
|
|
Understanding cryptogen PATH
I am using Fabric v 2.0.1.
go env
GOPATH=/home/usr/go //where usr is my username
cat ~/.bashrc
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
export PATH=$HOME/hyperledger/bin
Directory
I am using Fabric v 2.0.1.
go env
GOPATH=/home/usr/go //where usr is my username
cat ~/.bashrc
export GOPATH=$HOME/go
export PATH=$GOPATH/bin:$PATH
export PATH=$HOME/hyperledger/bin
Directory
|
By
Mahwish Anwar
·
#9939
·
|
|
Re: Fabric CA server with customized CSR details.
Hi,
Again I tried with the following
Started Fabric CA Server using following command in POD
fabric-ca-server start -b ${USERNAME}:${PASSWORD} --tls.enabled --csr.hosts ${CSR_HOSTS}
It has created
Hi,
Again I tried with the following
Started Fabric CA Server using following command in POD
fabric-ca-server start -b ${USERNAME}:${PASSWORD} --tls.enabled --csr.hosts ${CSR_HOSTS}
It has created
|
By
Pechimuthu T
·
#9938
·
|
|
When ordering nodes will not reach consensus
Hi
Like orderer nodes in raft do consensus on the dataset and validate if all datasets match. Then the leader makes sure the new transaction is committed to all channel ledgers.
In what situations
Hi
Like orderer nodes in raft do consensus on the dataset and validate if all datasets match. Then the leader makes sure the new transaction is committed to all channel ledgers.
In what situations
|
By
Mahwish Anwar
·
#9937
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
I see. This aggregator does not have to be then part of the fabric NW?
Anything that becomes part of fabric will have access to view the blockchain.
I see. This aggregator does not have to be then part of the fabric NW?
Anything that becomes part of fabric will have access to view the blockchain.
|
By
Mahwish Anwar
·
#9936
·
|
|
Re: Fabric CA server with customized CSR details.
Hi,
After enabling
--tls.enabled true has generated ca-cert.pem reflects the modified CSR section.
But without that also I am getting the details in ca-cert.pem.
It did not generate
Hi,
After enabling
--tls.enabled true has generated ca-cert.pem reflects the modified CSR section.
But without that also I am getting the details in ca-cert.pem.
It did not generate
|
By
Pechimuthu T
·
#9935
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
Can you give more details about your use case? Is each end device a different organization? Also can you tell me more about the type of EDs you use and how you set up the general architecture of the
Can you give more details about your use case? Is each end device a different organization? Also can you tell me more about the type of EDs you use and how you set up the general architecture of the
|
By
Nikos Karamolegkos
·
#9934
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
Yes, an aggregator running the client SDK would be needed. In Oracle Blockchain Platform we provide a built in aggregator with REST APIs. If the IOT devices can make REST calls, that’s all
Yes, an aggregator running the client SDK would be needed. In Oracle Blockchain Platform we provide a built in aggregator with REST APIs. If the IOT devices can make REST calls, that’s all
|
By
Mark Rakhmilevich
·
#9933
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
If you are using client SDK for Fabric, use register() and enroll() APIs to register client orgs and issue their enrollment cert.
Mark
If you are using client SDK for Fabric, use register() and enroll() APIs to register client orgs and issue their enrollment cert.
Mark
|
By
Mark Rakhmilevich
·
#9932
·
|
|
Re: Fabric CA server with customized CSR details.
As Yacov said, it is not recommended although it is possible. There are details that explain the deployment steps in this
As Yacov said, it is not recommended although it is possible. There are details that explain the deployment steps in this
|
By
Chris Gabriel <alaskadd@...>
·
#9931
·
|
|
Re: Fabric CA server with customized CSR details.
You can, but it's not recommended
From: "Pechimuthu T"<tpmuthu@...>
To: alaskadd@...,fabric@...
Date: 04/29/2021 02:40 PM
Subject: [EXTERNAL] Re:[Hyperledger Fabric] Fabric CA
You can, but it's not recommended
From: "Pechimuthu T"<tpmuthu@...>
To: alaskadd@...,fabric@...
Date: 04/29/2021 02:40 PM
Subject: [EXTERNAL] Re:[Hyperledger Fabric] Fabric CA
|
By
Yacov
·
#9930
·
|
|
Re: Fabric CA server with customized CSR details.
Hi,
For an Organization let say Org1, if we setup a CA server, do We have to setup of TLSCA separately ?
Can't we use the same CA which can function as CA and TLSCA as well ?
Thanks and
Hi,
For an Organization let say Org1, if we setup a CA server, do We have to setup of TLSCA separately ?
Can't we use the same CA which can function as CA and TLSCA as well ?
Thanks and
|
By
Pechimuthu T
·
#9929
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
So you propose each IoT end device (ED) to be an organization? The EDs can not support fabric to run the a fabric client application and start a transaction, somehow a proxy (or a IoT) should
So you propose each IoT end device (ED) to be an organization? The EDs can not support fabric to run the a fabric client application and start a transaction, somehow a proxy (or a IoT) should
|
By
Nikos Karamolegkos
·
#9928
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
Thanks for your reply.
You mean, like we register users in an org?
These users are defined in crypto-config.yaml and cryptogen assigns IDs to all. New users are added via the client API.
When devices
Thanks for your reply.
You mean, like we register users in an org?
These users are defined in crypto-config.yaml and cryptogen assigns IDs to all. New users are added via the client API.
When devices
|
By
Mahwish Anwar
·
#9927
·
|
|
Re: [External] : [Hyperledger Fabric] IoT with frequent data and possibly incorrect data sometimes
You can register the IoT devices as client orgs of the trusted node with their own signing certs. Instead of sending an avg, send the actual data and let the chaincode maintain a running average and
You can register the IoT devices as client orgs of the trusted node with their own signing certs. Instead of sending an avg, send the actual data and let the chaincode maintain a running average and
|
By
Mark Rakhmilevich
·
#9926
·
|
|
Re: ORDERER_ADMIN env variables
#fabric-orderer
It seems it should work, but it is possibly using the generic orderer.yaml file and not your env variables. So, you may want to double-check that you are working from the correct directory and you
It seems it should work, but it is possibly using the generic orderer.yaml file and not your env variables. So, you may want to double-check that you are working from the correct directory and you
|
By
Chris Gabriel <alaskadd@...>
·
#9925
·
|