https 与 ssl - 何时使用什么

发布于 2024-10-07 07:28:10 字数 66 浏览 2 评论 0原文

https 与带 ssl 的 http 有何不同?如果是这样,什么时候应该使用 https,什么时候应该使用 ssl?

Is https different from http with ssl? If so, when should one use https and when ssl?

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

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

发布评论

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

评论(2

寄与心 2024-10-14 07:28:10

HTTPS 是网络中的一种传输协议,它在其底层(Socket)层使用SSLHTTPS 将来有可能使用其他技术来实现传输 HTTP 流量的安全性。

SSL 是一种在套接字层保护数据传输的方法。它可以用于其他目的(即FTPS)。

HTTPS is a transfer protocol in web and it uses SSL in its underlying (Socket) layer. Its possible for HTTPS to use other technologies for achieving security for transferring HTTP traffic in the future.

SSL is a way of securing data transfer at socket layer. It could be used for other purposes (i.e FTPS).

醉南桥 2024-10-14 07:28:10

没有。 HTTPS 是基于 SSL 的 HTTP。

Nope. HTTPS is HTTP over SSL.

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