Configuring Network Proxy for TIBCO Cloud™ API Management - Local Edition SDK

Incase your internet access is governed by a network proxy, complete the following steps to configure the SDK using proxy.

Procedure

  1. Edit the Gradle settings file at <extract-location>/MasheryLocalSDK/gradle.properties.
  2. Configure HTTPS URI.
    systemProp.https.proxyHost=www.somehost.org
    systemProp.https.proxyPort=proxy_port
  3. Configuration proxy for HTTP URI.
    systemProp.http.proxyHost=www.somehost.org
    systemProp.http.proxyPort=proxy_port

    For advance configuration like credentials and no proxy settings, refer Accessing the Web Through a Proxy.