MobileFirst Server 7.1 WebSphere 8.5 IBM HTTP Server OS RHEL 6
We have our WepSphere application server in a private network and using IHS web server in a public network to allow access to the applications deployed.
To implement push notification for iOS, We need to setup a SOCKS proxy on our public network which allows MobileFirst server on the private network to send the push notification.
APNS uses UDP / TCP socket communication. To enable, I can create an SSH proxy request from WAS to WEB server, that will create a tunnel. But it's not recommended for production use.
Is there any recommended socks proxy server for RHEL 6 which seamlessly works with MobileFirst iOS Push dispatcher.