Gateway

Proxy Auto Configuration for Outbound Proxy support for Citrix Gateway

When you configure the Citrix Gateway appliance to support Proxy Auto Configuration (PAC), the URL of a PAC file is pushed to the client browser. The traffic from the client is then redirected to the respective proxies as determined by the conditions defined in the PAC file.

Following are some common use cases for PAC for outbound proxy:

  • To configure multiple proxy servers that handle client traffic.
  • To load-balance the proxy traffic across subnets.

Configure Citrix Gateway global parameters to support PAC for outbound proxy by using the CLI

At the command prompt, type:

set vpn parameter -proxy BROWSER -autoProxyUrl  

Configure Citrix Gateway to support PAC in a session profile by using the CLI

At the command prompt, type:

add vpn sessionAction  -proxy BROWSER -autoProxyUrl  

Where;

  • URL– URL for the proxy server
  • Name– Name of the VPN sessionAction

Configure Citrix Gateway global parameters to support PAC for outbound proxy by using the GUI

  1. Navigate toConfiguration > Citrix Gateway > Global Settings.
  2. On theGlobal Settingspage, clickChange Global Settings, and then select theClient Experience tab.
  3. On theClient Experiencetab, selectAdvanced Settings, and then select theProxy tab.
  4. On theProxy tab, selectBrowser, and then selectUse Automatic Configuration.
  5. In theURL To Auto Proxy Config Filefield, type the URL for the required PAC file.
  6. ClickCreate.

Configure Citrix Gateway to support PAC on Session Profile by using the GUI

  1. Navigate toConfiguration> Citrix Gateway> Policies> Session.
  2. On the Citrix GatewaySession Policies and Profilespage, create a Citrix Gateway Session Profile.
  3. Select theSession Profilestab, clickAdd, and enter a name.
  4. On theClient Experiencetab, selectAdvanced Settingsand then select theProxytab.
  5. On theProxytab, selectBrowser, and then selectUse Automatic Configuration.
  6. In theURL To Auto Proxy Config Filefield, type the URL for the required PAC file.
  7. ClickCreate.
  8. ClickCreate.