Ben sertifikayı ve özel anahtarı kullanıyorum
$ctx = stream_context_create();
stream_context_set_option($ctx, 'ssl', 'local_cert', $certfile);
stream_context_set_option($ctx, 'ssl', 'passphrase', $pass);
$fp = stream_socket_client('ssl://gateway.xyz.com:2195', $err, $errstr, 60, STREAM_CLIENT_CONNECT, $ctx);
Onun benim yerel XAMPP Server çalışıyor, ama onun harici sunucu çalışmıyor:
Uyarı: stream_socket_client () [function.stream-soket-client]: ssl :/ / gateway.sandbox.push.apple.com bağlanamıyor: 2195 (Bağlantı zaman aşımına uğradı) in / home / biranchi / public_html / push.php hat 42
Bağlanamadı 110
Hata nedir? I sunucusunda bazı ayarı değiştirmeniz gerekir?