如何在XAMPP中实现SSL

时间:2012-10-31 16:18:19

标签: ssl xampp

我有一个使用Dream Weaver和XAMPP构建的网站。我希望我的网站安全,所以我想在我的网站上实施SSL。

我该怎么做?

1 个答案:

答案 0 :(得分:2)

ssl是服务器概念,而不是应用程序/服务概念。看起来xampp使用Apache网络服务器,因此本文档应该让您入门。 http://httpd.apache.org/docs/2.2/ssl/ssl_howto.html

这是一个特定于xampp的apache安装的文档: http://www.leoganda.net/how-to-enable-xampp-ssl-socket-transport/