mac-cain13 / notificato

Takes care of Apple push notifications (APNS) in your PHP projects.
MIT License
224 stars 44 forks source link

verify_peer while connection to Apple #17

Closed mac-cain13 closed 11 years ago

mac-cain13 commented 11 years ago

Would be nice if we could verify the peer.

mac-cain13 commented 11 years ago

SslSocket supports this, but you've to set the certificate yourself now. Can we embed the cert in the library? Or should the user set it into the Sender class? Or should we support both options? Embedded one and set your own cert into the Sender?

Should give this some thought