Blackberry Playbook 开发中的 SSL 连接
是否可以在 playbook 上设置 ssl 连接?我在 api 中找到了 SecureSocket 类,但似乎 playbook 平台不支持 ssl 连接。有什么想法吗?
is it possible to setup an ssl connection on playbook? I found SecureSocket class in the api but it seems playbook platform doesnt support ssl connections. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您尝试连接的内容,但如果它是 Web 服务器,那么您可以使用 URLRequest 通过 https 进行连接,https 使用 SSL 连接。
不过,我认为目前在 AIR 中没有通用的方法可以在不使用第三方库的情况下完成此操作。
It depends what you're trying to connect to, but if it's a web server, then you can use URLRequest to connect via https, which uses an SSL connection.
I don't think there's currently a general way to do it in AIR, without using a third-party library, however.