I'm trying to set up an authenticated push notification channel for Windows Phone 8 using MPNS.
I'm creating an HttpNotificationChannel with new HttpNotificationChannel( ChannelName, ServiceName );, which, to my understanding, should result in getting an https:// channel URI.
But the channel URI that is assigned to the channel will always be http://.
What do I have to do to get the https:// channel?