当通过移动设备访问页面时,普通 SSL 是否可以完成工作? (iPhone、安卓等)

发布于 2024-11-05 07:17:17 字数 140 浏览 1 评论 0原文

我已经在我的服务器上安装了 ssl,但我想知道当用户通过 iPhone / iPad、Android 和其他平板电脑等移动设备连接时,是否需要执行任何特定操作来确保连接加密。如果我错了,请纠正我,但只要使用的浏览器支持 SSL 就应该没问题吗?

谢谢

I have installed ssl on my server, but I was wondering if there is anything specific I need to do to make sure the connection is encrypted when a user connects via mobile devices such as iPhone / iPad, Android and other tablets. Correct me if I am wrong, but as long as the browser used supports SSL this should be fine?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

寻找我们的幸福 2024-11-12 07:17:17

您可以对服务器应用策略,以便仅接受 SSL 连接。因此,任何不支持或不正确协商有效 SSL 连接的设备或浏览器都将被拒绝访问。

如果不知道您正在使用什么网络服务器,就很难说得更具体。但是,有一些关于如何在 Apache 中强制执行此操作的有用信息 此处

You could apply a policy to your server such that you only accept SSL connections. Therefore any device or browser which does not suppor or correctly negotiate a valid SSL connection will be denied access.

Without knowing what web server you're using, it is diffiult to be any more specific. However, there is some useful information of how to enforce this in Apache here

捎一片雪花 2024-11-12 07:17:17

简短的回答是应该没问题。 SSL 是服务器和客户端 Web 浏览器之间的协商。是的,你是对的,只要浏览器支持 SSL 就可以了:)

希望它有帮助:)

The short answer is that it should be fine. SSL is a negotiation between the Server and the client's web browser. Yes, you are right, as long as the browser supports SSL you should be fine :)

Hope it helps :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文