什么是反向 SSL?以及如何进行反向SSL?

发布于 2024-11-26 08:21:46 字数 71 浏览 0 评论 0原文

我的客户要求我在他的网站上进行反向 ssl。但我对这个词还是个新手。谁能帮我解决这个问题。

请描述或参考如何做。

My client ask me to do reverse ssl on his website. But i'm new on this term. Can anyone help me about this.

Please describe or refer how to do it.

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

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

发布评论

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

评论(2

千里故人稀 2024-12-03 08:21:46

查看这篇 wiki 文章

对于安全网站,SSL 加密有时并不适用
由 Web 服务器本身执行,但被卸载到
反向代理可能配备SSL加速硬件。

“执行”反向 SSL 意味着选择系统/服务器并对其进行配置。您应该首先询问您的客户是否已经有反向代理或者是否需要设置反向代理。

因此,设置反向 SSL(如标准 SSL)不应影响网站的设计、支持代码和数据存储等。它是 传输级安全性 (TLS),实际上可能超出了与您的客户签订的合同范围。

Check out this wiki article.

In the case of secure websites, the SSL encryption is sometimes not
performed by the web server itself, but is instead offloaded to a
reverse proxy that may be equipped with SSL acceleration hardware.

"Doing" reverse SSL means choosing a system/server and configuring it. You should start by asking your client whether they already have a reverse proxy in place or if one needs to be set up.

So setting up reverse SSL (like standard SSL) should not impact your web site's design, the backing code and data store etc. It is Transport Level Security (TLS) and might actually be outside the bounds of the contract with your client.

A君 2024-12-03 08:21:46

一种用例是在 Apache Web 服务器后面运行 Apache Tomcat,该服务器处理 SSL 并充当反向代理。您的客户应该更具体地指定。

One use case would be running Apache Tomcat behind an Apache Web Server which handles SSL and acts as reverse proxy. Your client should specify more specifically.

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