有关 SSL 和 apache 的信息
自上周以来,我时不时地收到有关 HTTPS 和 HTTPS 的问题。 SSL。 所以不,我想深入了解它并寻找有关该主题的一些有用信息。
此外,我已经在 XAMPP 和 VISTA 上进行了开发,并且我正在寻找一个好的教程来让 SSL 在此环境中工作。
有人有关于这个主题的好的资源、教程或书籍吗? 或者关于如何让它工作的好教程?
提前致谢!
Every now and then and since the last week more often I get questions about HTTPS & SSL. So no I wanted to get more into it and looking for some good information about the subject.
Furthermore, I have develop on XAMPP and VISTA and I am looking for a good tutorial to get SSL working on this environment.
Has anyone got good resources or tutorials or books about this subject?
Or a good tutorial on how to get it working?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
此 和 这应该会让你朝着正确的方向前进。 至于设置 XAMPP 使用 SSL,我认为这并不是真正必要的,因为 XAMPP 是为本地开发而设计的,而不是生产服务器,所以将 SSL 添加到不适合的东西中不会有任何好处。携带任何重要信息。
This and this should get you going in the right direction. As for setting up XAMPP to use SSL, I don't think that's really necessary, since XAMPP is designed for local development, not a production server, so it won't do you any good to add SSL to something that won't be carrying any important information.
不要一头扎进 HowTos! 请务必阅读有关 HTTPS 和 SSL 的一些背景知识,以更具体地了解它解决的安全问题类型。
像“SSL”、“证书”和“加密”这样的词经常被使用,请确保您了解它们可以为您做什么以及您需要什么。 而且,如果您最终购买了证书,您所支付的费用是多少。
Bruce Schneiers 秘密与谎言对此有一个相当好的外行解释,并且应该有更多地方解释这些概念。
Dont go head first into the HowTos! Be sure to read some background on HTTPS and SSL to get a understanding of more specifically what kind of security problems it adresses.
Words like "SSL", "certificates" and "encryption" gets thrown around alot, be sure you understand what they can do for you and what you need. And, if you end up buying a certificate, what you pay for.
There is a rather good layman-explanation of this in Bruce Schneiers Secrets and lies, and there should be many more places where the concepts are explained.
SSL 和 SSL TLS Essentials 是一本很好地介绍了 SSL 的书。 您还可以从许多在线 SSL 常见问题解答开始。
SSL & TLS Essentials is a book with a good introduction to SSL. There are also many online SSL FAQs that you can start with.