-
Notifications
You must be signed in to change notification settings - Fork 51
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
Client tls proxy #920
Client tls proxy #920
Conversation
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0
|
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 to me ... exactly as we tested and discussed how it has to be
however, as this is a critical change, I want that @dstiliadis gives his thumbs up on this change as well
@@ -261,6 +294,7 @@ func (p *Config) RunNetworkServer(ctx context.Context, l net.Listener, encrypted | |||
DialContext: networkDialerWithContext, | |||
MaxIdleConnsPerHost: 2000, | |||
MaxIdleConns: 2000, | |||
ForceAttemptHTTP2: true, |
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.
the force is done for the golang issue: golang/go#21336
Description
The L7 app proxy is not sending the client certificate for PU-to-PU workflow. This breaks:
Fixes: https://github.com/aporeto-inc/aporeto/issues/2370
Test plan
Outline the test plan used to test this change before merging it.