Setting Up an Agent Using System Proxy
Purpose
This document describes how to set up an agent behind a proxy.
Introduction
Agents that are set up behind proxies need to be configured accordingly following the steps in this document.
Configuration
Linux
Edit the /etc/sysconfig/o24-agent
file to add a block to specify and HTTPS_PROXY
directive.
HTTPS_PROXY="http://<PROXY_IP>:<PROXY_PORT>"
Windows
In the Start menu:
- Open Settings.
- Go to About.
- Click on Advanced System Settings.
- Click on Environment Variables.
- Under System Variables click New.
- Under New System Variable, fill in the new Variable Name and Variable Value.
- Click OK to add each new variable.
macOS
Edit the /Library/LaunchDaemons/com.outpost24.agent.plist
file to add a block to specify and Launch Service Environment
key.
<key>LSEnvironment</key> <dict> <key>HTTPS_PROXY</key> <string>http://<PROXY-IP>:<PROXY-PORT></string> </dict>
You can also use standard agent-settings.yml
file extracted from another pages which allows you to not make a curl call to get the enrollment configuration.
Related Articles
Copyright
© 2024 Outpost24® All rights reserved. This document may only be redistributed unedited and unaltered. This document may be cited and referenced only if clearly crediting Outpost24® and this document as the source. Any other reproduction and redistribution in print or electronically is strictly prohibited without explicit permission.
Trademark
Outpost24® and OUTSCAN™ are trademarks of Outpost24® and its affiliated companies. All other brand names, product names or trademarks belong to their respective owners.