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

Running MQ on AKS with Istio, "TLS passthrough sends all traffic on 443 to MQ backend" #84

Closed
Sumanth-A opened this issue May 23, 2024 · 0 comments

Comments

@Sumanth-A
Copy link

We are setting up MQ on AKS and we use Istio to manage TLS and traffic routing. Since MQ is expecting HTTPS traffic we are not terminating TLS at Istio gateway level and using TLS mode PASSTHROUGH to send traffic as is, for this we also match port 443 of gateway to app service in Virtual Service configuration which now sends all traffic at gateway on 443 including traffic that is meant for other services to MQ service. I understand since Istio is not terminating TLS it won't be able to route traffic. Now other than creating another host and use it for MQ is there another way we can handle this?

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

No branches or pull requests

1 participant