Hi All,
I have a scenario where Envoy is used as TLS terminator for incoming traffic and communicates with Non TLS endpoints. I could not find example to configure Envoy this way. Can anyone please share the yaml configuraiton for the same?
This is what I have presently. Envoy seems to default to TLS when originating the upstream traffic.
clusters:
...
http_protocol_options: {}
tls_context: {}
load_assignment:
cluster_name: xyz
endpoints:
- lb_endpoints:
- endpoint:
address:
socket_address:
address: localhost
port_value: 8639
Thanks