-
Notifications
You must be signed in to change notification settings - Fork 253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RpcFailure: 14-UNAVAILABLE failed to connect to all addresses, when executed behind corporate proxy server #556
Comments
Can you paste the log after enabling debug logs? Following is an example of doing so:
|
HI @BusyJay, Thanks for replying.
|
You can also enabling tracer tcp to find out more information and compare what's the difference after using a proxy. An example would be:
Note the debug information may contains sensitive information and not be appropriate to paste here. From the informations given above, proxy should work as expected, though there may be some parameters not available for remote to process the requests or perhaps the remote just deny proxy. |
Describe the bug
When I run my code behind the corporate proxy server below is the error I get
RpcFailure: 14-UNAVAILABLE failed to connect to all addresses
.Does the code automatically set the http proxy env variables ?
To Reproduce
http_proxy``https_proxy
HTTP_PROXY
HTTPS_PROXY
,GOOGLE_APPLICATION_CREDENTIALS
,GRPC_DEFAULT_SSL_ROOTS_FILE_PATH
Expected behavior
Successfully generate the Client
System information
The text was updated successfully, but these errors were encountered: