0
我想在我的ios應用程序使用php背面編碼發送推送通知。apns-端口連接roblem
我使用這個連接:
stream_context_set_option($ctx, 'ssl', 'local_cert', 'apns-dev.pem');
stream_context_set_option($ctx, 'ssl', 'passphrase', '');
$fp = stream_socket_client('ssl://gateway.sandbox.push.apple.com:2195', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx);
上打印$err
我得到110
。
任何人都可以告訴我這個連接失敗的原因和錯誤110的含義嗎?