Can Egress GW connect to a forward proxy using https_proxy env (not using ServiceEntry)?

Is it possible to set env vars, e.g. “https_proxy” into the egress Envoy sidecar so that it can “CONNECT” to an external forward proxy? I don’t want to use ServiceEntry since I am already using SEs to send traffic to external services.

Thx!