You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fri, 28 Dec 2012 12:04:42 +0600 ApnsPHP[10318]: INFO: Trying ssl://gateway.push.apple.com:2195...
Fri, 28 Dec 2012 12:04:42 +0600 ApnsPHP[10318]: ERROR: Unable to connect to 'ssl://gateway.push.apple.com:2195': (0)
Fri, 28 Dec 2012 12:04:42 +0600 ApnsPHP[10318]: INFO: Retry to connect (1/3)...
Fri, 28 Dec 2012 12:04:43 +0600 ApnsPHP[10318]: INFO: Trying ssl://gateway.push.apple.com:2195...
Fri, 28 Dec 2012 12:04:43 +0600 ApnsPHP[10318]: ERROR: Unable to connect to 'ssl://gateway.push.apple.com:2195': (0)
Fri, 28 Dec 2012 12:04:43 +0600 ApnsPHP[10318]: INFO: Retry to connect (2/3)...
Fri, 28 Dec 2012 12:04:44 +0600 ApnsPHP[10318]: INFO: Trying ssl://gateway.push.apple.com:2195...
Fri, 28 Dec 2012 12:04:45 +0600 ApnsPHP[10318]: ERROR: Unable to connect to 'ssl://gateway.push.apple.com:2195': (0)
Fri, 28 Dec 2012 12:04:45 +0600 ApnsPHP[10318]: INFO: Retry to connect (3/3)...
Fri, 28 Dec 2012 12:04:46 +0600 ApnsPHP[10318]: INFO: Trying ssl://gateway.push.apple.com:2195...
Fri, 28 Dec 2012 12:04:46 +0600 ApnsPHP[10318]: ERROR: Unable to connect to 'ssl://gateway.push.apple.com:2195': (0)
Fatal error: Uncaught exception 'ApnsPHP_Exception' with message 'Unable to connect to 'ssl://gateway.push.apple.com:2195': (0)' in /home/sites/api.east-media.ru/html/classes/component/ApnsPHP/Abstract.php:398
Stack trace:
#0 /home/sites/api.east-media.ru/html/classes/component/ApnsPHP/Abstract.php(334): ApnsPHP_Abstract->_connect()
To debug these error i have removed @ on line
$this->_hSocket = @stream_socket_client
to get error description from PHP
stream_socket_client(): SSL operation failed with code 1. OpenSSL Error messages:
error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed in /html/classes/component/ApnsPHP/Abstract.php at line 393
Can you please post a Warning handler when cert is expired?
The text was updated successfully, but these errors were encountered:
To debug these error i have removed @ on line
$this->_hSocket = @stream_socket_client
to get error description from PHP
Can you please post a Warning handler when cert is expired?
The text was updated successfully, but these errors were encountered: