tools/signing/do-all-signing should enable/disable network proxy settings on the macos signing machine
The do-all-signing
script should enable network proxy settings on the macos signing machine before starting the signing, and disable it when finished:
networksetup -setsecurewebproxystate Ethernet on
networksetup -setsecurewebproxystate Ethernet off