Configure a download proxy for Agent Client Collector upgrades
Add a proxy server entry so that agents behind a corporate proxy can download upgrade packages from the ServiceNow Content Delivery Network (CDN).
Before you begin
This configuration applies only to agents connected via Cloud Services (ICS) that can't reach the CDN directly. Agents connected via MID Server download packages from the MID Server or the Install Server and don't use this proxy configuration.
Role required: agent_client_collector_admin
About this task
Proxy configuration is managed through the Package Download Proxies table. When you add, update, or remove a proxy record, the system reads all active entries sorted by the Order field, generates a proxy list, and automatically pushes the updated configuration to all agents via MID Server configuration sync. No manual file editing or agent restart is required.
The agent tries each proxy in order, from the lowest Order value to the highest. If a proxy fails, the agent moves to the next entry. To configure a direct connection as a fallback, add an entry with the URL set to direct.
Procedure
Proxy with direct connection fallback
The following configuration tries a corporate proxy first. If the proxy is unavailable, the agent connects directly to the CDN.
| Name | URL | Order | Active |
|---|---|---|---|
| Corporate Proxy | proxy.example.com:8080 | 100 | Yes |
| Direct Fallback | direct | 200 | Yes |
What to do next
To temporarily block all CDN downloads, clear the Active check box on all proxy records. With no active entries, the system blocks CDN downloads. This is useful during maintenance windows.