Envoy includes an HTTP router filter which can be installed to perform advanced routing tasks.
...
Envoy also has the ability to be configured as forward proxy. In the forward proxy configuration, mesh clients can participate by appropriately configuring their HTTP proxy to be an Envoy.
I, like this user started from the dynamic forward proxy example config and also receive 404 no route found for https requests. The suggestion to use SNI did not get me anywhere as the examples in the sandbox are doing something completely different than what I'm attempting and the documentation states SNI is in alpha and not production ready either.
Any configuration help with actual yaml would be greatly appreciated. The configuration I started from is here https://www.envoyproxy.io/docs/envoy/v1.29.3/configuration/http/http_filters/dynamic_forward_proxy_filter.html#dynamic-forward-proxy
Thanks,
Drew