centos6.8 + apache2.2.15 的环境下,申请腾讯云ssl证书,配置好后发现访问域名 https://www.domain.com 一直为证书无效状态,如下图所示:

经查,为在 httpd.conf 中增加下列配置即可。
NameVirtualHost *:443
其实在 service httpd restart 时即有提示(即便没有红色的fail)

centos6.8 + apache2.2.15 的环境下,申请腾讯云ssl证书,配置好后发现访问域名 https://www.domain.com 一直为证书无效状态,如下图所示:
NameVirtualHost *:443
其实在 service httpd restart 时即有提示(即便没有红色的fail)
本文标题:https证书无效的可能原因
本文链接:https://www.haomeiwen.com/subject/fsncnqtx.html
网友评论