2012-03-06 25 views
0

嘗試使用APNS-PHP製作推送通知使用APNS ..不斷收到這些錯誤錯誤在PHP

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... 

有任何人有這樣的事情?謝謝

回答

0

也許端口2195被阻塞或證書是問題。

+0

已檢查,它們沒有被封鎖,證書也沒問題 – 2012-03-06 16:11:45