hyperledger / fabric-sdk-go

https://wiki.hyperledger.org/display/fabric
Apache License 2.0
910 stars 510 forks source link

Import cert sanitation fix from fabric main repo #287

Closed C0rWin closed 5 months ago

C0rWin commented 5 months ago

There was a fix https://github.com/hyperledger/fabric/pull/3774 provided for Fabric to fix the issue after upgrading to Golang v1.19, which changed the verification of the certs chain. This fix is essential to be able to run with fabric-sdk-go; otherwise, it will fail certification validation.