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

Revert "TLS Client auth not working for chaincode server" #18

Closed sykesm closed 4 years ago

sykesm commented 4 years ago

This change removes ClientCAs from the TLS config and, as such, breaks chaincode as client flows. We discovered this when bumping our chaincode dependency caused most of the integration tests to fail.

Since this repo now hosts an active module, we are reverting this to prevent users from encountering further issues.

Reverts hyperledger/fabric-chaincode-go#15