Skip to content

Commit

Permalink
connect: docs update (envoyproxy#15775)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Mar 30, 2021
1 parent 390aa32 commit 19e98a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/root/intro/arch_overview/http/upgrades.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,11 @@ will synthesize 200 response headers, and then forward the TCP data as the HTTP
For an example of proxying connect, please see :repo:`configs/proxy_connect.yaml <configs/proxy_connect.yaml>`
For an example of terminating connect, please see :repo:`configs/terminate_connect.yaml <configs/terminate_connect.yaml>`

Note that for CONNECT-over-tls, Envoy can not currently be configured to do the CONNECT request in the clear
and encrypt previously unencrypted payload in one hop. To send CONNECT in plaintext and encrypt the payload,
one must first forward the HTTP payload over an "upstream" TLS loopback connection to encrypt it, then have
a TCP listener take the encrypted payload and send the CONNECT upstream.

.. _tunneling-tcp-over-http:

Tunneling TCP over HTTP
Expand Down

0 comments on commit 19e98a1

Please sign in to comment.