Ben SSL sunucu bağlamak istedim. Ve ben stream_context_set_option olan SSL sertifikası eklenmiş.
Ama "check that your cafile/capath settings include details of your certificate".
döndürür
$apnsCert = 'apns-dev.pem';
stream_context_set_option($streamContext, 'ssl', 'local_cert',
dirname(__FILE__).'/'.$apnsCert);
APN-dev.pem aynı klasörde olduğunu.
If I add, on the top, it works well. I don't understand. Certificate file's permission is 644