How to setup an HTTP proxies

How to setup an HTTP proxies

book

Article ID: KB0074974

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix Service Gateway -

Description

APIX/ASG does not currently support proxies. This article provides a workaround for setting up HTTP proxies.

Environment

All Support Platforms

Resolution

Add the following properties to the asg-engine.tra file:

-- For services over HTTP --
java.property.http.proxyHost=<proxy_host>
java.property.http.proxyPort=<proxy_port>

-- For services over HTTPS --
java.property.https.proxyHost=<proxy_host>
java.property.https.proxyPort=<proxy_port>

Note: These properties would apply to all HTTP connections.The  Oracle documentation link below has additional information.

Issue/Introduction

How to setup an HTTP proxy for TIBCO ActiveMatrix Service Gateway(ASG) services and API Exchange Gateway engines.

Additional Information

https://docs.oracle.com/javase/8/docs/technotes/guides/net/proxies.html