Skip to content
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

fix(client-certificates): improve close handling from target and proxy #32158

Merged
merged 3 commits into from
Aug 15, 2024

Conversation

mxschmitt
Copy link
Member

@mxschmitt mxschmitt commented Aug 14, 2024

Motivation: TLS handshake errors were not reported correctly to the client. Before e.g. during ALPNCache.get neither catch/then was called which lead to stalling connections. This fixes it by adding the appropriate listeners and reporting it back to the client.

#32004

This comment has been minimized.

This comment has been minimized.

@mxschmitt mxschmitt force-pushed the bugfix/stall-on-tls-errors branch 2 times, most recently from 955897e to 0a87a88 Compare August 14, 2024 13:45

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

This comment has been minimized.

@mxschmitt mxschmitt changed the title fix(client-certificates): stall on TLS handshake error fix(client-certificates): improve close handling from target and proxy Aug 15, 2024

This comment has been minimized.

This comment has been minimized.

…erceptor.ts

Co-authored-by: Dmitry Gozman <[email protected]>
Signed-off-by: Max Schmitt <[email protected]>
@mxschmitt mxschmitt merged commit a1d32d9 into microsoft:main Aug 15, 2024
29 checks passed
mxschmitt added a commit that referenced this pull request Aug 15, 2024
Copy link
Contributor

Test results for "tests 1"

30006 passed, 860 skipped
✔️✔️✔️

Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants