Products | Versions |
---|---|
TIBCO ActiveMatrix Policy Agent | - |
Not Applicable | - |
Resolution:
Environment:
TIBCO Product name and version: TIBCO ActiveMatrix Policy Manager 3.0.0
Operating System(s): All Operating Systems
Symptoms:
Not applicable
Cause:
Not applicable
Resolution:
Add the following properties to java.extended.properties in startProxyAgent.tra (under $TIBCO_HOME\policyagent\instances\agent-<port#>\bin directory) and restart Proxy Agent:
-Dcom.amberpoint.net.http.client.proxy.host=<proxyHost>
-Dcom.amberpoint.net.http.client.proxy.port=<proxyPort>
-Dcom.amberpoint.net.http.client.proxy.user=<proxyUser>
-Dcom.amberpoint.net.http.client.proxy.password=<proxyPassword>
In addition, you might be interested in the below property also to prevent calls to localhost and machine within the network going through the proxy server.
-Dcom.amberpoint.net.http.client.proxy.nonProxyHosts="localhost|127.0.0.1|myHost.myDomain.com|anotherHost.myDomain.com"
Attachments:
None
References:
None