Access Gateway 12.8 or higher, all platforms
This issue is caused by a race condition during the bootstrap phase. Access Gateway agent must establish a handshake with at least one Policy Server listed in SmHost.conf to download its Host Configuration Object (HCO).
The Limitation: The AgentWaitTime parameter only applies after an initial connection to a Policy Server is successful. It does not trigger retries if no bootstrap servers are reachable during the very first handshake attempt.
The CHS Error: The SmHost.conf does not exist error in the chs application often results from a missing absolute path for SmHostConfPath in /Tomcat/webapps/chs/WEB-INF/classes/config/chsConfig.properties.
systemd service file to include a retry loop. For systemd, add the following to the [Service] section:ExecStartPre=/usr/bin/sleep 60 to the service file.chsConfig.properties uses an absolute path for the SmHost.conf location (e.g., SmHostConfPath=/opt/CA/secure-proxy/proxy-engine/conf/SmHost.conf).