Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在寻找这个。仍然不确定 Envoy 和 Nginx 是否为 web-gRPC 客户端完成所有 TLS 工作。
就我而言,我的 Nginx 配置适用于 gRPC 客户端和服务器。但是,它不适用于 web-gRPC 客户端。
grpc-web 不再积极支持 Nginx。grpc-web 的默认代理是 Envoy。您应该能够通过使用 envoy.yaml 文件设置一些配置来设置 TLS。特别是,查看“tls_context”部分。