Hi
Outbound HTTPS traffic from application is intercepted by istio proxy and always hits the outbound passthrough cluster as it didn’t find 0.0.0.0_443 virtual listeners.
Outbound listeners are created for all non https ports and not for https. Because of this behavior, in-mesh request can not use the host/domains which are part of the VirtualService.
Any thoughts ?