hyperledger / fabric-chaincode-go

Hyperledger Fabric Packages for Go Chaincode
https://pkg.go.dev/github.com/hyperledger/fabric-chaincode-go
Apache License 2.0
137 stars 133 forks source link

TLS Client auth not working for chaincode server #15

Closed muralisrini closed 4 years ago

muralisrini commented 4 years ago

Client CAs were not set but client certificate verification was expected by the chaincode server.

FABCG-11

Signed-off-by: muralisr srinivasan.muralidharan99@gmail.com