surrealroad / Safari-Push-Notifications

Reference Server for pushing Safari Notifications via Apple Push Notification Service For use with Safari Push Plugin for Wordpress (https://github.com/surrealroad/wp-safari-push)
23 stars 9 forks source link

Is SSL obligatory? #9

Closed joeharby closed 10 years ago

joeharby commented 10 years ago

I'm pushing notifications to iOS apps without SSL. Are Safari notifications somehow different or is it uniquely this script that requires an SSL cert?

surrealroad commented 10 years ago

The web service "must start with https". See this document. SSL is also required to communicate with APNS.

joeharby commented 10 years ago

Thanks!