我的 WP7 应用程序可以使用 Open SSL 吗?
我有一个 WP7 应用程序,通过 WCF 服务与后端进行通信。
客户询问是否可以通过使用 Open SSL 通过 ISA 服务器进行通信来提高应用程序的安全性。
ISA 服务器将面向公众,并在防火墙后面托管 WCF 服务的 IIS 服务器。我必须将公共证书加载到手机上,并已阅读这可以通过通过电子邮件发送证书然后运行附件来实现。
我对 ISA、Open SSL 或证书一无所知,希望有人能告诉我这是否可行。
有什么想法吗?
编辑
我希望了解一些有关如何在手机上配置 WCF 代理的信息。
I have a WP7 app that communicates with the back-end via a WCF service.
A customer has asked if the app can be made more secure by communicating via an ISA server using Open SSL.
The ISA server would be public facing with the IIS Server hosting the WCF service behind a firewall. I will have to load the public cert onto the phone and have read that this can be achieved by emailing the cert then running the attachment.
I'm not clued up on ISA, Open SSL or certificates and am hoping someone can tell me if this is possible or not.
Any ideas?
Edit
I'm hoping for a little about how to configure the WCF proxy on the phone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要手机上证书的根 CA。您可以通过几种方式做到这一点。最简单的方法是将其作为附件(p7b 格式)通过电子邮件发送到手机。在手机上只需打开附件,手机就会提示您安装证书(p7b)。这会将证书安装到证书存储中。测试其是否正常工作的一个好方法是通过手机在 IE 中点击 HTTPS Web URL,如果您没有收到有关不受信任证书的任何安全提示,则表明它工作正常。
您需要让 SSL 在 ISA/UAG 框处终止。这将在其上设置服务器证书并使用它来保护 Web 应用程序的 SSL 通道。
有关使用 UAG(下一代 ISA)配置发布的更多信息,请访问:http:// /technet.microsoft.com/en-us/library/ee406221.aspx
You need the the Root CA of the cert on the phone. You can do this a couple of ways. The simplest would be to email it to the phone as an attachement (p7b format). On the phone simply open the attachement and the phone will prompt you to install the cert (p7b). This will install the cert into the cerificate store. A good way to test if it is working right is to hit an HTTPS web URL in IE from the phone, if you dont get any security prompts about an untrusted cert it is working correctly.
You will need to have your SSL terminate at the ISA/UAG box. This would have the server cert set up on it and use it to secure the SSL channel for the web app.
More information on configuring publishing with UAG (next gen of ISA) is here: http://technet.microsoft.com/en-us/library/ee406221.aspx