Hello! I am trying to run basic dagger pipeline but I'm stuck at the very beginning. Locally, I am using MacOS and everything works flawlessly. But we also have a development server with much more power therefore making the builds faster. Anyway, I installed dagger on both of this devices and on this development server there is proxy set up making issues when starting dagger engine. I try to run simply dagger functions -vvv.
The error message I get is this:
Error: start engine: attach to telemetry: context deadline exceeded. I saw that dagger engine is sending telemetry to dagger.io.
Can you please tell me which endpoints is it trying to reach when starting dagger engine so that I can add them to no_proxy environment variable?
Additionally, I tried to set up DO_NOT_TRACK=1 to avoid sending telemetry just for testing purposes but it didn't help.
Or do you have some other idea what could I be doing wrong?