-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.help wantedNeeds help!Needs help!
Description
I'd like to use Envoy as something like a stunnel replacement, but leveraging long-lived HTTP2 connection pools, like this:
client <-----> E1 <-----------> E2 <-----> server
raw encrypted raw
TCP conn. pooled TCP
HTTP2 tunnel
^ where neither the client nor server speaks any HTTP.
Clients use servers' IP addresses directly, so no DNS is involved.
I was thinking it should be possible to map TCP flows like that over long-lived HTTP2 tunnels.
After reading over issues and the mailing lists and experimenting a bit locally, it's not clear to me that this kind of mode exists today as-is. But I could have missed something.
Is it possible to configure Envoy for something like this? Would it be feasible to add such a mode?
CheRuisiBesares, jwieringa, ankoh, sl1pm4t, krystiannowak and 1 more
Metadata
Metadata
Assignees
Labels
enhancementFeature requests. Not bugs or questions.Feature requests. Not bugs or questions.help wantedNeeds help!Needs help!