gpt4 book ai didi

php - apns 没有在 php 中连接

转载 作者:太空宇宙 更新时间:2023-11-03 15:04:25 27 4
gpt4 key购买 nike

我是推送通知的新手,并尝试按照以下方法解决此问题,但它仍然会出现相同的错误。

  1. 添加 C:\PHP\ext 到 Windows 路径
  2. 添加 libeay32.dll 和 ssleay32.dll 到 C:\WINDOWS\system32\inetsrv
  3. 重启服务器

第一个错误:-

Fatal error: Uncaught exception 'ApnsPHP_Exception' with message 'Unable to connect to 'ssl://gateway.sandbox.push.apple.com:2195': Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (0)' in C:\wamp\www\ApnsPHP-master\ApnsPHP\Abstract.php on line 396

第二个错误:-

ApnsPHP_Exception: Unable to connect to 'ssl://gateway.sandbox.push.apple.com:2195': Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (0) in C:\wamp\www\ApnsPHP-master\ApnsPHP\Abstract.php on line 396

我正在使用之前在其他地方使用过的 .pem 文件而且我正在尝试在本地主机上运行我的文件,这有关系吗?

如果有人知道我应该如何修复这个错误,请帮助我!
提前谢谢

最佳答案

您应该查看您的配置中是否启用了 SSL。

要显示您的配置,只需将以下内容复制/粘贴到某个 php 文件中,然后使用浏览器浏览到它:

<?php
phpInfo();
?>

关于php - apns 没有在 php 中连接,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13514851/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com