Home >Backend Development >PHP Tutorial >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:161850browse

<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了,还是这个问题,应该不是权限问题吧?

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn