Code: Select all
$fp = stream_socket_client('ssl://gateway.sandbox.push.apple.com:2195', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx);
Code: Select all
unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Connection refused) in ...handleRequest.php on line 437 - Failed to connect 111
I've already contacted my server technical assistance and they told me the port 2195 is open.
thanks