Using proxy details for Endpoint Security Linux agent for installation and CAF communication
book
Article ID: 226651
calendar_today
Updated On:
Products
Endpoint Security
Issue/Introduction
CAFagent daemon does not start causing communication failure, or you want to manually alter its proxy settings.
Environment
- Symantec Endpoint Security Linux agent
Cause
Proxy settings are missing from CAFConfig.ini.
Resolution
- Stop the SES agent by running the /usr/lib/symantec/stop.sh command.
- Edit the /etc/caf/CAFConfig.ini file, proxy details should be present in there:
[proxy-config] proxy-mode=MANUAL proxy-uri=http://proxyserverhostname:<proxy_port> proxy-username= proxy-password= proxy-CertAuthKeys=%PROXY_CERTAUTHKEYS% proxy-host=proxy proxy-port=<proxy_port> proxy-https-port=<proxy_port> |
- Save the file and start the agent with the /usr/lib/symantec/start.sh script.
- Check connection status with the /usr/lib/symantec/status.sh script.
Feedback
thumb_up
Yes
thumb_down
No