Add ftsProxyURL Property

For the ftsProxyURL property, you must specify a location object from the central MCS, using the following syntax: http://proxyServer:proxyServerPort.


Before you begin: High Availability deployments usually have two proxy hosts, that is, one for the main server and one for the secondary server. In ftsProxyURL, the two proxy values must be comma-separated. For example: http://myapache:80,http://myapache:443
See Also
Proxy Configuration Overview
Change Apache Configuration
Handle HTTPS Connections
Firewall Protection and Recommended HTTPS Configuration

Context: In the following configuration:

store mystore
location = fcs_server_location

location fcs_server_location
fcsurl = fcs.mycompany.fcs_server_location:8090

  1. Add the ftsProxyURL property:

    store mystore
    location = fcs_server_location
    
    location fcs_server_location
    fcsurl = fcs.mycompany.fcs_server_location:8090
    property = ftsProxyURL value http://proxyServer:proxyServerPort

  2. Run in MQL:

    MQL>mod store "mystore" add location "fcs_server_location"
    MQL>mod location "fcs_server_location" add property ftsProxyURL value "http://myproxy:myport"
    MQL>mod location "fcs_server_location" fcs "fcs.mycompany:8090"