Our corporate firewall is a beast that does some deep inspection ( like a man in the middle attack ) to be able to decrypt all secured traffic going throught , yaaaayyy
I have installed its custom root ca cert on my open balena machine, and have open some domains dl.min.io in the firewall but I still cannot make a build without disabling the firewall. The error I got is
[Debug] Parsing input…
FetchError: network timeout at: https://api.myworkdomain.com/device-types/v1
at Timeout._onTimeout (/home/my_user/.nvm/versions/node/v11.14.0/lib/node_modules/balena-cli/node_modules/node-fetch/index.js:126:13)
at listOnTimeout (internal/timers.js:535:17)
at processTimers (internal/timers.js:479:7)
So my guess is that https://api.myworkdomain.com/device-types/v1 is calling something outside that is bloqued by the firewall and I cannot find it.
Here is what we have whitelisted so far:
- dl.min.io
- *.balena-cloud.com
- *.docker.com
- *.docker.io
- *.github.com
Thank you