Board logo

标题: [求助] v3 版本 安装ssl 提示SSLCipherSuite 错误求解 [打印本页]

作者: zhuxiaolei87    时间: 2016-6-25 10:27     标题: v3 版本 安装ssl 提示SSLCipherSuite 错误求解

v3 版本 安装 http://www.wdlinux.cn/bbs/thread-38463-1-1.html 方法安装ssl 安装完了之后从启 Apache 提示 :
Starting httpd: AH00526: Syntax error on line 52 of /www/wdlinux/httpd-2.4.18/conf/extra/httpd-ssl.conf:
Invalid command 'SSLCipherSuite', perhaps misspelled or defined by a module not included in the server configuration
QQ截图20160625102741.png

求解

图片附件: QQ截图20160625102741.png (2016-6-25 10:27, 10.12 KB) / 下载次数 12323
http://wdlinux.cn/bbs/attachment.php?aid=6326&k=463253284e9c5f8d2308d68023861fa0&t=1732999383&sid=x4SX1H


作者: douyaolai    时间: 2016-7-4 18:36

我安装也是出现这样的错误提示,楼主最后解决了吗 ?
作者: krantas    时间: 2016-7-21 00:11

基本上出现了同样的问题,是在重启apache服务器最后完成SSL安装的时候出现的。

只提示什么 var/www does not exist, 然后还有个错误是AH000526说syntax 错误的。造成的结果就是无法重启Apache! FAILED,所以就是安装失败;访问网站也报错111;

删除了以下代码后访问网站倒是正常了,但是安装没成。

Listen 443

<VirtualHost _default_:443>
LogLevel debug
DocumentRoot "/www/wdlinux/httpd-2.4.18/htdocs"

ServerName "XXXX.com"

SSLEngine on

SSLCertificateFile "/ssl/XXXX_com.crt"

SSLCertificateKeyFile "/ssl/XXXX.com.key"

SSLCACertificateFile "/ssl/XXXX_com.ca-bundle"

</VirtualHost>
作者: silencingforme    时间: 2016-7-21 16:25

把提示里的模块在启用就好了

搜一下这个模块名字
然后把前面的#去掉
再重启




欢迎光临 WDlinux官方论坛 (http://wdlinux.cn/bbs/) Powered by Discuz! 7.2