Support for TLS termination for TCP protocol? #686
Labels
area/translator
Issues related to Gateway's translation service, e.g. translating Gateway APIs into the IR.
area/xds-server
Issues related to the xDS Server used for managing Envoy configuration.
help wanted
Extra attention is needed
kind/enhancement
New feature or request
priority/low
Label used to express the "low" priority level
Milestone
Description:
Is it possible to support TLS termination for TCP protocol?
I'm trying to use envoy gateway as an API gateway which accepts TCP connection from a client and does SSL termination and then proxies the request down to a service in the cluster which also accepts TCP connection with SSL using a self signed cert. Is this something envoy gateway can support?
Currently TLS Termination is only supported for HTTPS protocols.
The text was updated successfully, but these errors were encountered: