|
Re: 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
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
|
By
Yacov
·
#10876
·
|
|
Waiting on Approving Smart Contract for org Org1MSP
Hello,
I faced with a problem during deployment of smart contract on my local machine. I setup a basic 1 org local fabric scenario. When I try to deploy smart contract, system waiting at IBM
Hello,
I faced with a problem during deployment of smart contract on my local machine. I setup a basic 1 org local fabric scenario. When I try to deploy smart contract, system waiting at IBM
|
By
Ahmet Orkun Gedik
·
#10875
·
|
|
Fab3 setup with EVM Chaincode
Hi,
I was trying to build the fab proxy with EVM chaincode. I followed the link below. However, I got the error as mentioned in the below screenshot (I used Fabric-1.4.7). Did anyone face this
Hi,
I was trying to build the fab proxy with EVM chaincode. I followed the link below. However, I got the error as mentioned in the below screenshot (I used Fabric-1.4.7). Did anyone face this
|
By
Gourav Sarkar <gourav.sarkar@...>
·
#10874
·
|
|
Re: Issue updating TLS certificates for Raft Consenters
#consensus
#configtxgen
#fabric-orderer
Hi Yacov,
Thanks, I saw the commits with that change so I tried that first, I generated the new certs using the same private keys and uploaded them without changing the configuration but I don't know
Hi Yacov,
Thanks, I saw the commits with that change so I tried that first, I generated the new certs using the same private keys and uploaded them without changing the configuration but I don't know
|
By
afrancoc2000@...
·
#10873
·
|
|
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
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
|
By
afrancoc2000@...
·
#10872
·
|
|
how core peer address works
Hello,
I am studying the examples of fabric-sdk-go and I am wondering how the connection to the desired peer is taking place in order to invoke a transaction or query the ledger. When I
Hello,
I am studying the examples of fabric-sdk-go and I am wondering how the connection to the desired peer is taking place in order to invoke a transaction or query the ledger. When I
|
By
Nikos Karamolegkos
·
#10871
·
|
|
Documentation Workgroup restarting
Hello Fabric docs team,
The Documentation Workgroup meetings are restarting this Friday February 11, at 11:00 a.m. EST. The meetings are scheduled for 11-12 EST every 4th Friday. i.e. monthly more
Hello Fabric docs team,
The Documentation Workgroup meetings are restarting this Friday February 11, at 11:00 a.m. EST. The meetings are scheduled for 11-12 EST every 4th Friday. i.e. monthly more
|
By
Josh Horton
·
#10870
·
|
|
Re: Issue updating TLS certificates for Raft Consenters
#consensus
#configtxgen
#fabric-orderer
Can't you just issue the certificate with the same public key but with SANs?
You don't need to do the config update if the public key of the TLS certificate stays the same.
You can just change the
Can't you just issue the certificate with the same public key but with SANs?
You don't need to do the config update if the public key of the TLS certificate stays the same.
You can just change the
|
By
Yacov
·
#10869
·
|
|
Issue updating TLS certificates for Raft Consenters
#consensus
#configtxgen
#fabric-orderer
Hi,
I'm having trouble updating the TLS certificates for my blockchain's orderers, when I created my certificates, I was using hlf v1.4, golang 1.14 and SANs wasn't enforced, now I have upgraded my
Hi,
I'm having trouble updating the TLS certificates for my blockchain's orderers, when I created my certificates, I was using hlf v1.4, golang 1.14 and SANs wasn't enforced, now I have upgraded my
|
By
afrancoc2000@...
·
#10868
·
|
|
Now: Private Chaincode Lab - 02/08/2022
#cal-notice
Private Chaincode Lab
When:
02/08/2022
8:00am to 9:00am
(UTC-08:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
Private Chaincode Lab
When:
02/08/2022
8:00am to 9:00am
(UTC-08:00) America/Los Angeles
Where:
https://zoom.us/my/hyperledger.community.3?pwd=UE90WHhEaHRqOGEyMkV3cldKa2d2dz09
Organizer: Marcus
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#10867
·
|
|
Re: could you please unsubscribe me from this list - thanks
You should be able to unsubscribe yourself at https://lists.hyperledger.org/g/fabric/editsub
You should be able to unsubscribe yourself at https://lists.hyperledger.org/g/fabric/editsub
|
By
Mark Lewis
·
#10866
·
|
|
Re: chaincode invoke is succesful but i can't see database and data into couchdb
#fabric-questions
Hello, Kumari:
A few things I would like to run by you:
1. Did you expose Port 5984? In general, CouchDB databases are configured by default to NOT expose that port to the outside world. If you
Hello, Kumari:
A few things I would like to run by you:
1. Did you expose Port 5984? In general, CouchDB databases are configured by default to NOT expose that port to the outside world. If you
|
By
pavon@...
·
#10865
·
|
|
chaincode invoke is succesful but i can't see database and data into couchdb
#fabric-questions
Hi Team,
I have hlf2.2 setup(3 orgs).all orgs are on three different ec2 instances.
As per my requirement ,2 orgs should be required for endorsement.so i have customized endorsement policy in
Hi Team,
I have hlf2.2 setup(3 orgs).all orgs are on three different ec2 instances.
As per my requirement ,2 orgs should be required for endorsement.so i have customized endorsement policy in
|
By
Kumari Shweta
·
#10864
·
|
|
Re: Hyperledger Explorer Block Counting Issue
#blockchain-explorer
All hlf operations are stored on the ledger. Including "system" chaincodes (escc, vscc, lscc _lifecycle) responsible of network orquestration.
Kind regards.
David
Em dom., 6 de fev. de 2022 13:03,
All hlf operations are stored on the ledger. Including "system" chaincodes (escc, vscc, lscc _lifecycle) responsible of network orquestration.
Kind regards.
David
Em dom., 6 de fev. de 2022 13:03,
|
By
David F. D. Reis
·
#10863
·
|
|
Hyperledger Explorer Block Counting Issue
#blockchain-explorer
I have an issue regarding blockchain explorer which I can't understand.
If you look at the screenshot, there are 14 blocks created so far. When a channel is created then 3 blocks, 3 transactions, 2
I have an issue regarding blockchain explorer which I can't understand.
If you look at the screenshot, there are 14 blocks created so far. When a channel is created then 3 blocks, 3 transactions, 2
|
By
asaduzzaman.rakib.10@...
·
#10862
·
|
|
could you please unsubscribe me from this list - thanks
many thanks
Annegret Warnecke
many thanks
Annegret Warnecke
|
By
Annegret Warnecke
·
#10861
·
|
|
Re: HYPERLEDGER FABRIC CERTIFICATE EXPIRED ERROR
#fabric
#fabric-peer
#fabric-orderer
#fabric-ca
#fabricca
Just in case if this helps:
[FAB-18384] admin certs and tls certs expired after 1 year - Hyperledger JIRA
Regards,
Satheesh
Just in case if this helps:
[FAB-18384] admin certs and tls certs expired after 1 year - Hyperledger JIRA
Regards,
Satheesh
|
By
satheesh
·
#10860
·
|
|
HYPERLEDGER FABRIC CERTIFICATE EXPIRED ERROR
#fabric
#fabric-peer
#fabric-orderer
#fabric-ca
#fabricca
Hi, I had set up a hyperledger fabric network (v1.4.2) with few orgs a year back in a kubernetes cluster using Hyperledger Bevel. Each org has its own CA and TLSCA servers running with TLS enabled.
Hi, I had set up a hyperledger fabric network (v1.4.2) with few orgs a year back in a kubernetes cluster using Hyperledger Bevel. Each org has its own CA and TLSCA servers running with TLS enabled.
|
By
mohana.a@...
·
#10859
·
|
|
Re: Experiencing issues when generating genesis block
Hi Musonda, how are you, I hope you are well.
I can ´t help you directly because I do not use Windows to run and develop using Hyperledger Fabric Platform.
But I may suggest you to use the following
Hi Musonda, how are you, I hope you are well.
I can ´t help you directly because I do not use Windows to run and develop using Hyperledger Fabric Platform.
But I may suggest you to use the following
|
By
David F. D. Reis
·
#10858
·
|
|
Event: Hyperledger Fabric documentation contributor calls
#cal-invite
Hyperledger Fabric documentation contributor calls
When:
Friday, February 11, 2022
11:00am to 12:00pm
(UTC-05:00) America/New York
Repeats: Every 4 weeks on
Hyperledger Fabric documentation contributor calls
When:
Friday, February 11, 2022
11:00am to 12:00pm
(UTC-05:00) America/New York
Repeats: Every 4 weeks on
|
By
fabric@lists.hyperledger.org Calendar <noreply@...>
·
#10857
·
|