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

Revert "Require peer certificate to be present when ca_cert_file is s… #668

Merged
merged 1 commit into from
Apr 1, 2017

Conversation

mattklein123
Copy link
Member

…et (#648)"

This reverts commit 1687644.

@mattklein123
Copy link
Member Author

mattklein123 commented Apr 1, 2017

@lookuptable unfortunately we need to revert this. I forgot about a use case we have where we actually do need to accept SSL connections without a cert even when CA is specified. This is because we have an SSL endpoint where sometimes people have certs and sometimes we don't and we have whitelisting logic that handles this. Can you redo this change and make the behavior optional. I don't really care if you default to on, but we need to be able to turn the behavior off. This is for use with our client SSL auth filter: https://github.com/lyft/envoy/blob/master/source/common/filter/auth/client_ssl.cc

@mattklein123
Copy link
Member Author

@lyft/network-team

@RomanDzhabarov
Copy link
Member

RomanDzhabarov commented Apr 1, 2017

@mattklein123 unless urgent, i'll do deploy on monday morning

@mattklein123
Copy link
Member Author

@RomanDzhabarov not urgent. I might be able to do one Sunday. But I think we can wait till Monday.

@RomanDzhabarov
Copy link
Member

RomanDzhabarov commented Apr 1, 2017

Yup, sounds good either way

@mattklein123 mattklein123 merged commit 816eb79 into master Apr 1, 2017
@mattklein123 mattklein123 deleted the revert_ssl branch April 1, 2017 05:58
vijayendrabvs pushed a commit to vijayendrabvs/envoy that referenced this pull request Apr 4, 2017
jpsim pushed a commit that referenced this pull request Nov 28, 2022
Description: previously Envoy Mobile was not guarded against a race that resulted in a double deletion of an Http::ConnectionManagerImpl::ActiveStream. This PR creates state that protects against that race.
Risk Level: low, integration test reproe'd the stack trace, and then updated prod code fixed as expected.
Testing: new integration test.

Fixes #668

Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: JP Simard <[email protected]>
jpsim pushed a commit that referenced this pull request Nov 29, 2022
Description: previously Envoy Mobile was not guarded against a race that resulted in a double deletion of an Http::ConnectionManagerImpl::ActiveStream. This PR creates state that protects against that race.
Risk Level: low, integration test reproe'd the stack trace, and then updated prod code fixed as expected.
Testing: new integration test.

Fixes #668

Signed-off-by: Jose Nino <[email protected]>
Signed-off-by: JP Simard <[email protected]>
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