最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

Support mTLS (HTTPS) proxy for gRPC Go clients - Stack Overflow

programmeradmin1浏览0评论

Was wondering whether I need to hack a custom dialer in my grpc-go implementation, as I'm somewhat of a novice to this.

I've got a setup where you have:

(gRPC) client -> mTLS HTTPS forward proxy -> (gRPC server) public internet

The client presents client certificates to the proxy server over HTTPS and then connects to the final destination. There’s no deep packet inspection, TLS inspection, or SSL bumping.

I saw these GitHub PRs, but neither seems to have been merged yet:

  • grpc/grpc#35372

  • grpc/grpc-go#6846

  • grpc/grpc-java#10453

I tried looking into the official documentation:
grpc-go Proxy Documentation

But it suggests using a custom dialer for use cases not supported by the standard gRPC implementation.

发布评论

评论列表(0)

  1. 暂无评论