Apple Notification Services: Windows server requires re-importing the APNs certificate

只愿长相守 提交于 2019-12-11 08:48:54

问题


I've been successfully running Apple Push Notifications on my Windows Development server (win 7) until a weekend power failure at the office caused my box to shut down (it lasted longer than the UPS unit). I then discovered that the push notifications stopped working until I re-imported the .p12 certificate into the server.

Then just to test, I shut down and restarted the development box, and again found that the push notifications were not working, and once more I needed to re-import the .p12 certificate.

Surely this is not correct. The certificates should not need to be imported after every power failure?

For importing the certificates, I used the steps as shown here: https://arashnorouzi.wordpress.com/2011/04/13/sending-apple-push-notifications-in-asp-net-%e2%80%93-part-3-apns-certificates-registration-on-windows/

Is there a way to do this so the .p12 will not need to be re-imported every time the machine restarts?

Thanks!

来源:https://stackoverflow.com/questions/44633554/apple-notification-services-windows-server-requires-re-importing-the-apns-certi

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!