Apple pushnotification

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Vivek Shah
    New Member
    • Mar 2011
    • 1

    Apple pushnotification

    I have a php script located in path like "/var/www/vhosts/hostname/httpdocs/webservices", i have both php script & .pem files there, & i have called the .pem file in the script properly, but still when i run the script , i don't get push notification , instead i get warnings such as:

    "Warning: stream_socket_c lient() [function.stream-socket-client]: Unable to set local cert chain file `ck_push_test.p em'; Check that your cafile/capath settings include details of your certificate and its issuer in /var/www/vhosts/ipartyapps.com/httpdocs/webservices/testPush.php on line 12

    Warning: stream_socket_c lient() [function.stream-socket-client]: failed to create an SSL handle in /var/www/vhosts/ipartyapps.com/httpdocs/webservices/testPush.php on line 12

    Warning: stream_socket_c lient() [function.stream-socket-client]: Failed to enable crypto in /var/www/vhosts/ipartyapps.com/httpdocs/webservices/testPush.php on line 12

    Warning: stream_socket_c lient() [function.stream-socket-client]: unable to connect to ssl://gateway.push.ap ple.com:2195 (Unknown error) in /var/www/vhosts/ipartyapps.com/httpdocs/webservices/testPush.php on line 12
    Failed to connect 0"

    i double checked everything path , permissions & owner/group of both script & .pem files , still not getting push notification.

    Any suggestions please, as it's urgent.
Working...