-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[CP] fix certificate loading in presence of expired certificates on Windows #47432
Comments
@aam - just to confirm - this is intended to be a merge to stable? |
ah, nevermind |
Yeah, just added appropriate label. Thanks for checking. |
@a-siva - can you comment on the cherry pick request (risk, impact, thumbs up/down)? |
risk : low (CL was submitted on Aug 26th and has already rolled into Flutter), has unit test case. lgtm for cherry pick. |
lgtm |
Cherry-picked to stable in 4ac35a7 ( |
commit(s) to merge: aa0a441
merge instructions: clean merge
What is the issue: Correct certificate is not loaded in presence of similar, but expired certificate
What is the fix: Skip over expired certificates, don't load them.
Why cherrypick: Users report https-connectivity problems despite having valid certificates, caused by expired certificates
Risk: low
Link to original issue(s): #47420, #46370
/cc @kevmoo @mit-mit @whesse @athomas @vsmenon @a-siva
The text was updated successfully, but these errors were encountered: