什么是反向 SSL?以及如何进行反向SSL?
我的客户要求我在他的网站上进行反向 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看这篇 wiki 文章。
“执行”反向 SSL 意味着选择系统/服务器并对其进行配置。您应该首先询问您的客户是否已经有反向代理或者是否需要设置反向代理。
因此,设置反向 SSL(如标准 SSL)不应影响网站的设计、支持代码和数据存储等。它是 传输级安全性 (TLS),实际上可能超出了与您的客户签订的合同范围。
Check out this wiki article.
"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.
一种用例是在 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.