I am trying to send secure windows push notifications from my php server with valid ssl certificate and I got this error:
403 - Forbidden: Access is denied.
You do not have permission to view this directory or page using the credentials that you supplied.
I uploaded certificate to dev.windowsphone.com and HttpNotificationChannel where serviceName is my Common Name from certificate. I got https uri from HttpNotificationChannel but when I call it from server I got error. Does anyone know what the problem is?
When I call unsecure request from server everything is ok.
HttpsNotificationChannel
? I am just thinking outside the box that perhaps it is like a web server trying to accept https traffic through a http port - there will be issues – Detwiler