Hi, Did anyone have luck with configuring gRPC to use an HTTPS proxy? Was wondering whether I need to hack a custom dialer in my grpc-go implementation and I'm somewhat of a novice to this whole thingy.
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, no deep packet inspection / TLS inspection / SSL bumping. I saw these GH PRs but I bet neither got merged yet: https://github.com/grpc/grpc/issues/35372 https://github.com/grpc/grpc-go/issues/6846 https://github.com/grpc/grpc-java/issues/10453 Thanks. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to grpc-io+unsubscr...@googlegroups.com. To view this discussion visit https://groups.google.com/d/msgid/grpc-io/d1ba7b81-dbd5-46bd-8412-eb0b7ca7e4ccn%40googlegroups.com.