I solved it by setting "no_proxy=$http_proxy" for current process of grpc client and set the client to send requests directly to linkerd proxy address.
Dne úterý 7. listopadu 2017 9:55:15 UTC+1 [email protected] napsal(a): > > Hello, is there a way how to set proxy address with use of different > environment variable than "http_proxy"? We have a asp.net core 2.0 > application which uses two clients, one for HTTP and other for gRPC. We use > Linkerd to proxy requests and we set a proxy address for HTTP with use of > "http_proxy" environment variable. Linkerd is not able to proxy HTTP and > HTTP/2 requests on the same port, therefore we need to use different env. > variable to set proxy address for gRPC. > > Thank you. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/44516b9b-ade3-47f1-b17e-a1f98ce2b1d0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
