You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -835,6 +835,13 @@ Troubleshooting
835
835
836
836
To get help, follow the instructions in the [shared Troubleshooting document](https://github.com/GoogleCloudPlatform/gcloud-common/blob/master/troubleshooting/readme.md#troubleshooting).
837
837
838
+
### Proxy (Experimental)
839
+
Many clients in this repository use gRPC, not HTTP.
840
+
In these clients, the `http.proxyHost` property takes no effect.
841
+
To use proxy in gRPC clients, set the `GRPC_PROXY_EXP` environment variable;
842
+
more details are available in the gRPC [release note](https://github.com/grpc/grpc-java/releases/tag/v1.0.3).
843
+
Please note that proxy support is currently experimental.
0 commit comments