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
-
Edit the Gradle settings file at
<extract-location>/MasheryLocalSDK/gradle.properties.
-
Configure HTTPS URI.
systemProp.https.proxyHost=www.somehost.org
systemProp.https.proxyPort=proxy_port
-
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.
Copyright © 2022. Cloud Software Group, Inc. All Rights Reserved.