Enabling a SOCKS Proxy in a Network Proxy Server

Specify the proxy server and port number in the SAP Mobile Platform Server props.ini file.

Prerequisites
The network proxy server must have SOCKS capability.
Task
  1. Use a text editor to open SMP_HOME\Server\props.ini.
  2. Locate these two lines:
    -DapnsSocksProxyHost=
    -DapnsSocksProxyPort=
  3. Add the information for the network proxy server on which you want to enable SOCKS proxy for APNS connections:
    -DapnsSocksProxyHost=socksproxy.int.company.corp
    -DapnsSocksProxyPort=1080
    where:
    • socksproxy.int.company.corp is the network name of the network proxy server.
    • 1080 is the network proxy server port number.
    Check with your network administrator team to determine the appropriate SOCKS proxy server and port number.
  4. Save and close the file.