Push notifications (iPhone) give “111 Connection refused”

前端 未结 3 590
爱一瞬间的悲伤
爱一瞬间的悲伤 2021-01-13 04:51

When I try to send Push Notifications I get this error: \"Connection refused\", but I don\'t know why... I\'ve uploaded my apns-dev.pem in the same directory as well in the

3条回答
  •  悲哀的现实
    2021-01-13 05:42

    You don't want a passphrase unless your .pem file requires one. The connection requires peer verification (option verify_peer) turned on. Also, make sure $apnsCert is the valid path to the certificate, you can use an absolute path as a sanity check.

    Lastly, this shouldn't effect your ability to connect, but your device token needs to be valid.

提交回复
热议问题