Maison >développement back-end >tutoriel php >apns - PHP的iOS推送出问题了!Failed to connect: 13 Permission denied

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

WBOY
WBOYoriginal
2016-06-06 20:40:161852parcourir

<code>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 
</code>

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

<code>php</code><code>\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 
</code>

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

回复内容:

<code>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 
</code>

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

<code>php</code><code>\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 
</code>

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

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

顶楼上,试试root

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

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

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn