-
Notifications
You must be signed in to change notification settings - Fork 8.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ignore expired CA/TLS CA certs on msp init (#3238) #3249
Ignore expired CA/TLS CA certs on msp init (#3238) #3249
Conversation
Signed-off-by: Ana Maria Franco <afrancoc2000@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, let's have some other eyes on this.
@adecaro @ale-linux
Given my comments on the relative git issue, this looks good to me. Thanks @afrancoc2000 :) |
@Mergifyio backport release-2.4 |
@Mergifyio backport release-2.3 |
✅ Backports have been created
|
✅ Backports have been created
|
@Mergifyio backport release-2.2 |
✅ Backports have been created
|
This is a picked commit from hyperledger/fabric#3249. Fix the issue that expired certs can block using sdk. Change-Id: Idff5f8913c772a51844b4b4d39adbfccb28d5bec Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
Adding this line guarantees that expired CA certificates wont prevent orderer initialization as happened in #3238
Type of change
Bug fix
Description
Adding this line guarantees that expired CA certificates wont prevent orderer initialization as happened in #3238
Related issues
#3238