需要有关 HTTPS、证书和签名的帮助

发布于 2024-08-17 11:13:45 字数 97 浏览 3 评论 0原文

我对 HTTPS 还很陌生,无法理解它。

有人可以建议学习 HTTPS、证书和签名的良好起点吗?

可能有 ASP.NET 和 IIS 中的工作示例。

I am quite new to HTTPS and can not get my head around it.

Can someone suggest good starting point for learning about HTTPS, certificates and signing?

Possibly with a working example in ASP.NET with IIS.

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

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

发布评论

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

评论(2

﹉夏雨初晴づ 2024-08-24 11:13:45

如果您只想让您的网站采用 HTTPS,则无需任何代码。您所需要做的就是将 IIS 设置为使用 HTTPS 提供页面服务。

如果这就是您想要的,您最好在 http://www.serverfault.com 中提出这个问题。

为了帮助您入门,这里有一个有关如何在 iis 7 中设置 https 的链接:http://learn.iis.net/page.aspx/144/how-to-setup-ssl-on-iis-70/

If all you are trying to do is have your site in HTTPS there is no code needed. All you need to do is set IIS to serve pages with HTTPS.

If that is all you want, you are better off asking this question in http://www.serverfault.com.

To get you started, here's a link on how to set https in iis 7: http://learn.iis.net/page.aspx/144/how-to-setup-ssl-on-iis-70/

失而复得 2024-08-24 11:13:45

HTTPS 只是使用 SSL/TLS 加密的普通 HTTP 流量。该协议相当简单。我在博客上详细介绍了连接开始时发生的情况:HTTPS 连接的前几毫秒

不幸的是,构建在协议之上的 API 通常要复杂得多。

HTTPS is just normal HTTP traffic that is encrypted using SSL/TLS. The protocol is fairly straightforward. I wrote a detailed blow-by-blow of what happens at the start of a connection on my blog: The First First Few Milliseconds of an HTTPS Connection.

It's unfortunate that the APIs built on top of the protocol are often much more complicated.

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