PHP的iOS推送出问题了!Failed to connect: 13 Permission denied

Warning: stream_socket_client() [function.stream-socket-client]: unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Permission denied) in /var/www/html/MyWork/apns/index.php on line 50
Failed to connect: 13 Permission denied 

请问这是怎么回事啊!!很急~网上说的好多方法都不起作用
然后换了一个文件:

php\Warning: stream_socket_client(): Unable to set private key file `/var/www/html/MyWork/apns/cert.pem' in /var/www/html/MyWork/apns/index.php on line 50
Warning: stream_socket_client(): failed to create an SSL handle in /var/www/html/MyWork/apns/index.php on line 50
Warning: stream_socket_client(): Failed to enable crypto in /var/www/html/MyWork/apns/index.php on line 50
Warning: stream_socket_client(): unable to connect to ssl://gateway.sandbox.push.apple.com:2195 (Unknown error) in /var/www/html/MyWork/apns/index.php on line 50
Failed to connect: 0 

又出现了上面的错误。表示完全晕了

阅读 8.7k
4 个回答

'Permission denied' 应该是权限的问题。
可以试试用管理员权限运行下。

顶楼上,试试root

和php关系不大,跟ios也没啥关系。。。权限问题

新手上路,请多包涵

linux上,权限777了,还是这个问题,应该不是权限问题吧?

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题