gpt4 book ai didi

apache - XAMPP 上的 SSL 错误

转载 作者:太空宇宙 更新时间:2023-11-03 14:55:04 25 4
gpt4 key购买 nike

我在 XAMPP 上安装了 ssl 就好了。当我尝试在 Xampp 控制面板中启动 Apache 时,它​​显示以下错误:

(localhost:80) You configured HTTPS(443) on the standard HTTP(80) port!

这很奇怪,因为我创建了一个使用 ssl 而不是 localhost 的域。我的 httpd-ssl.conf 如下...(不是整个文件,而是 VirtualHost 指令)

<VirtualHost *:443>
DocumentRoot "C:/xampp/htdocs/secure/movies/public_html"
ServerName www.movies.local
ServerAlias movies.local

SSLEngineOn on

SSLCertificateFile "C:/xampp/htdocs/secure/resources/server.crt"
SSLCertificateKeyFile "C:/xampp/htdocs/secure/resources/server.key"
SSLCACertificateFile "C:/xampp/htdocs/secure/resources/ca_client.crt"

<Directory "C:/xampp/htdocs/secure/movies/public_html">
Options Indexes
Order allow,deny
Allow from all

SSLRequireSSL
SSLVerifyClient require
SSLVerifyDepth 1
</Directory>

</VirtualHost>

在过去的 3 个小时里,我尝试了很多调查,但没有发现这个错误。此外,不会造成混淆,在 httpd-ssl.conf 中它监听端口 443,在 httpd.conf 中它监听端口 80。

最佳答案

你在那个配置中有一个拼写错误:

SSLEngineOn

应该是

SSLEngine 开启

关于apache - XAMPP 上的 SSL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30302935/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com