当前位置:Gxlcms > PHP教程 > apns-PHP的iOS推送出问题了!Failedtoconnect:13Permissiondenied

apns-PHP的iOS推送出问题了!Failedtoconnect:13Permissiondenied

时间:2021-07-01 10:21:17 帮助过:21人阅读

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 

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

回复内容:

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 

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

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

顶楼上,试试root

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

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

人气教程排行