-
Notifications
You must be signed in to change notification settings - Fork 119
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 in Flank #527
Comments
Does Maybe if gcloud works I can figure out how they support a proxy. |
Now I can just try something quick, like this:
and it works, tomorrow I can try to run a test and see if everything is ok. |
It'll be interesting to see if gcloud can run the test. If so then I'll look into how to enable Flank for this use case. |
Hi, I did some test and This is the output of
|
Ok, I'll need some way to reproduce the issue so I can tell if it's fixed. It looks like gcloud CLI does support proxies: |
Ping me on the Firebase Test Lab Slack (https://firebase.community) and we can try debugging what's going on. |
Mmm, the first thing that come to my mind is to use a local squid instance and set some firewall rules that allow only squid to access internet. Unfortunately my company doesn't use Slack (I know...), I have to get it installed, I will let you know as soon as I'm connected. |
This is blocked on upstream support for proxies. |
I'm pretty sure I could fix this if I had an easy way to reproduce the problem. Closing the ticket for now as non-reproducible. |
When I try to run
java flank.jar firebase test android run
I get this error:My company requires to use a proxy to access internet so I also tried with
java -Dhttp.proxyHost=http://localhost -Dhttp.proxyPort=3128 -Dhttps.proxyHost=http://localhost:3128 -Dhttps.proxyPort=3128 -jar flank.jar firebase test android run
but the result is the same.
If I use a direct connection to internet (no proxy in between) it works fine.
Any idea of how can I see if is a real proxy issue of if is some other network problem?
Is proxy supported at all by flank?
The text was updated successfully, but these errors were encountered: