Below you will find pages that utilize the taxonomy term “Envoy”
Posts
Envoy's dynamic forward proxy
两个概念
Reverse proxy 反向代理 Forward proxy 正向代理 Envoy 文档 HTTP dynamic forward proxy 描述了“动态正向代理”是什么,设计意图等。Configuration reference-Dynamic forward proxy 提供了一个样例配置,它在代理 http 请求时,是可以工作的,但代理 https 的请求不行,会返回一个404 错误。官方FAQ Why is Envoy sending 404s to CONNECT requests? 和 Issue #11552 描述了 404 的问题。
$ curl -I -vvv https://www.baidu.com -x localhost:10000 * Rebuilt URL to: https://www.baidu.com/ * Trying ::1... * TCP_NODELAY set * Connected to localhost (::1) port 10000 (#0) * Establish HTTP proxy tunnel to www.baidu.com:443 > CONNECT www.