首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在php中使用APNS时出错

在php中使用APNS时出错
EN

Stack Overflow用户
提问于 2012-03-07 00:03:51
回答 1查看 290关注 0票数 0

正在尝试使用APNS-PHP进行推送通知..不断得到这些错误

代码语言:javascript
复制
Tue, 06 Mar 2012 08:53:40 -0700 ApnsPHP[12396]: 
INFO: Trying ssl://gateway.sandbox.push.apple.com:2195... 
Tue, 06 Mar 2012 08:54:22 -0700 ApnsPHP[12396]: ERROR: Unable to connect to 'ssl://gateway.sandbox.push.apple.com:2195': Connection timed out (110)
 Tue, 06 Mar 2012 08:54:22 -0700 ApnsPHP[12396]: INFO: Retry to connect (1/3)... 
Tue, 06 Mar 2012 08:54:23 -0700 ApnsPHP[12396]: INFO: Trying ssl://gateway.sandbox.push.apple.com:2195... 
Tue, 06 Mar 2012 08:55:06 -0700 ApnsPHP[12396]: ERROR: Unable to connect to 'ssl://gateway.sandbox.push.apple.com:2195': Connection timed out (110)
 Tue, 06 Mar 2012 08:55:06 -0700 ApnsPHP[12396]: INFO: Retry to connect (2/3)... Tue, 06 Mar 2012 08:55:07 -0700 ApnsPHP[12396]: INFO: Trying ssl://gateway.sandbox.push.apple.com:2195...
 Tue, 06 Mar 2012 08:55:49 -0700 ApnsPHP[12396]: ERROR: Unable to connect to 'ssl://gateway.sandbox.push.apple.com:2195': Connection timed out (110) Tue, 06 Mar 2012 08:55:49 -0700 ApnsPHP[12396]: INFO: Retry to connect (3/3)... 
Tue, 06 Mar 2012 08:55:50 -0700 ApnsPHP[12396]: INFO: Trying ssl://gateway.sandbox.push.apple.com:2195... 

有谁有这样的东西吗?谢谢

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2012-03-07 00:10:52

可能端口2195被阻塞,或者证书有问题。

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/9587357

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档