-
Notifications
You must be signed in to change notification settings - Fork 24
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
Bug: no matching filter chain found with TLS configuration #244
Comments
This snippet suggests to me that the Can you point me to the source code for the gateway you've used? It should be making a plain-old HTTP request (like this example). |
Thanks @bcelenza for your quick response, I have turn the gateway application(from the same example) back to HTTP, and was able to route the request to the colorteller virtual node. I have replaced the colorteller virtual node with my test application. However, the test application is hitting another 500 error due to network traffic goes out to New Relic and Rollbar.
&
Do I have to configure each individual egress on Envoy for external services for TLS? I was reading this issue and seems like with TLS release, it will make the config easier? |
Hey @jessie00chen, There are a few options, depending on your requirements for proxying traffic from the New Relic and Rollbar agents:
I’d generally recommend approach (3) for this use case, but it at least looks like running the New Relic agent as a custom UID is not an option. If it’s not possible to run the agent as UID |
We're closing the issue at this time. Additionally, we're planning to make some changes to the egress filter to allow specific destinations as part of #2, so this use case should be improved in the near future. Please feel free to open a new one if you run into any other challenges. |
Thanks @bcelenza! |
Summary
HTTPS traffic coming into a virtual node (colorteller gateway) cannot talk to the other virtual node (colorteller) after configured TLS.
Steps to Reproduce
| 2020-08-07T16:50:10.468-07:00 | [2020-08-07 23:50:10.468][32][debug][conn_handler] [source/server/connection_handler_impl.cc:321] closing connection: no matching filter chain found
Are you currently working around this issue?
Didn't find a workaround
Additional context
Envoy logs on colorteller gateway
Attachments
If you think you might have additional information that you'd like to include via an attachment, please do - we'll take a look. (Remember to remove any personally-identifiable information.)
The text was updated successfully, but these errors were encountered: