Configuring a network proxy for Local Edition SDK
If your internet access is governed by a network proxy, complete the following steps to configure the SDK to use the proxy.
Procedure
-
Edit the Gradle settings file at
<extract-location>/MasheryLocalSDK/gradle.properties. -
Add the following properties to configure the proxy for HTTPS connections.
systemProp.https.proxyHost=www.somehost.org
systemProp.https.proxyPort=proxy_port -
Add the following properties to configure the proxy for HTTP connections.
systemProp.http.proxyHost=www.somehost.org
systemProp.http.proxyPort=proxy_portFor information about advanced configuration, such as credentials and no-proxy settings, refer to Accessing the Web Through a Proxy.