[grpc-io] Re: Some clients can't connect to our server.

2021-12-01 Thread 'yas...@google.com' via grpc.io
That is probably the issue that you are running into. Please refer - https://github.com/grpc/grpc/blob/master/doc/environment_variables.md for the environment variables that gRPC uses. You can override by using the channel arg - GRPC_ARG_ENABLE_HTTP_PROXY and setting it to 0. On Wednesday,

[grpc-io] Re: Some clients can't connect to our server.

2021-11-17 Thread Bengt Gustafsson
We were thinking that maybe the problem is that the gRPC library is trying to use a http proxy set up by our customers' IT administrators on employee PCs. To me it is not clear whether gRPC (C++ version, out of the box) would try to use proxy settings in a PC if there are any. One customer