我安装了 Comodo 的 SSL 证书。编辑 default-ssl.conf 后,尝试重新启动 apache2 服务时遇到错误。错误的 PASTEBIN:http://pastebin.com/wyAvMNM0
答案1
存在 3 个问题:
存在关于
SSLCertificateFile
和的重复文件,SSLCertificateKeyFile
应将其删除。有一个 cloudflare 设置应该被禁用 -
Always use https
从论坛设置中,URL 应该更改为 https://,这样 301 重定向就可以了。
我希望这可以帮助你@whitz
答案2
错误非常明显:
Jan 04 14:41:21 vps231844.ovh.net apache2[1622]: SSLCertificateChainFile takes one argument, SSL Server CA Certificate Chain file ('/path/to/file' - PEM encoded)
您应该做的是删除整行SSLCertificateChainFile
可选指令。