-
Notifications
You must be signed in to change notification settings - Fork 703
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
Proxy support? #1247
Comments
I'm currently evaluating for the company I work for if it would make sense to run our CI's Espresso tests using Firebase Test Lab instead of using the standard Android Emulator on our local build servers. |
I'm also having similar issues because i'm behind a corporate proxy with a self signed certificate. The proxy url and port can be specified with VM options ( The big problem is the self signed certificate. The Writing a custom pluggable transport is also not possible since i'm not using the The same problems are also described in #1114 but with no solution. So is anyone working on this problem? |
I'm using the Firebase Test Lab Java client which uses
google-api-java-client
under the hood. A bug report came in that the API calls aren't respecting proxies. When using the gcloud CLI, proxy support is automatically detected with no end user configuration. Is it possible to achive something similar withgoogle-api-java-client
?Environment details
macOS Mojave 10.14.3
1.8.0_192
google-api-client-1.28.0.jar
Steps to reproduce
Stacktrace
External references such as API reference guides used
The text was updated successfully, but these errors were encountered: