验证与推送通知一起使用的 Web 服务
对于我们的 Mango 应用程序,我们启用了推送通知。但这是未经授权的。为了获得经过身份验证的 Web 服务,我们需要创建并安装所需的证书。我们使用 Tomcat 作为 Web 服务器。我们需要创建和安装哪个 SSL 证书以及如何做到这一点?
For our Mango app we have enabled push notifications. But it is unauthorized. In order to have authenticated web service, we need to create and install the required certificate. We are using Tomcat as a web server. Which SSL certificate do we need to create and install and how to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否看过设置经过身份验证的MSDN 中为 Windows Phone 发送推送通知的 Web 服务?它告诉您将证书放在哪里以及下一步要做什么。 本文包含一些有关如何获取证书的信息。 服务器故障 上的人员可能是询问在服务器上安装它的最佳来源。
Did you have a look at Setting Up an Authenticated Web Service to Send Push Notifications for Windows Phone in MSDN? It tells you where to put your certificate and what to do next. This article contains some information about how to get a certificate. And the folks at Server Fault are probably the best source to ask about installing it on your server.