hyperledger / fabric-sdk-go

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

Ignore expired CA/TLS CA certs on msp init #261

Open yeasy opened 1 year ago

yeasy commented 1 year ago

This is a picked commit from

https://github.com/hyperledger/fabric/pull/3249.

Fix the issue that expired certs can block using sdk.

Change-Id: Idff5f8913c772a51844b4b4d39adbfccb28d5bec

codecov[bot] commented 1 year ago

Codecov Report

Merging #261 (d20f5b8) into main (7af45ce) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #261   +/-   ##
=======================================
  Coverage   76.22%   76.22%           
=======================================
  Files         193      193           
  Lines       14103    14103           
=======================================
  Hits        10750    10750           
  Misses       2385     2385           
  Partials      968      968           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

yeasy commented 1 year ago

@troyronda Could you help review and merge?

Thanks!