Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]错误修复方法
2012 年 7 月 3 日 Server should be SSL-aware but has no certificate configured [Hint: SSLCertificateFile]错误修复方法无评论
这个错误是由于证书生成出错引起的,或者ssl还没有配置,解决方法是重新配置ssl。也可以通过下边方法暂时解决
修改ports.conf文件,将Listen 443改为listen 443 http即可
发表评论