Issue
The Linux proxy steps from the following article did not work: Using the Automox Agent With a Proxy Server
Linux devices that fail to connect through the proxy, and the agent log shows that the connection attempt reports "no proxy found".
Resolution
To correct the issue, the following lines can be added to the /etc/systemd/system/multi-user.target.wants/amagent.service file within the [Service] section in order to specify the proxy configs:
Environment="AUTOMOX_PROXY=http://PROXYURL:PORT"
Environment="HTTP_PROXY=http://PROXYURL:PORT"
Environment="HTTPS_PROXY=http://PROXYURL:PORT"