【发布时间】:2015-06-17 09:44:20
【问题描述】:
我的网站https://uberdice.com 对我来说运行良好,没有与 SSL 相关的错误或警告。
但是,我的一些用户告诉我他们收到了与 SSL 相关的警告。我相信我已经正确安装了所有东西。下面你可以看到 apache2.conf 文件:
<VirtualHost *:443>
DocumentRoot /var/www/
ServerName uberdice.com
SSLEngine on
SSLCertificateFile /path/uberdice.com.crt
SSLCertificateKeyFile /path/uberdice.com.key
SSLCertificateChainFile /path/intermediate.crt
</VirtualHost>
所有文件都在同一个目录中。我也尝试过使用 SSLCACertificateFile 指令。
然而,当我对https://www.sslshopper.com/ssl-checker.html#hostname=https://uberdice.com 进行检查时,它似乎无法连接到根证书。大概来自错误的中间证书。
我正在使用 RapidSSL 和此捆绑代码作为中间证书 https://knowledge.rapidssl.com/support/ssl-certificate-support/index?page=content&actp=CROSSLINK&id=SO26464。
有人知道出了什么问题吗?
谢谢。
【问题讨论】: