https证书无效的可能原因

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

https证书无效的可能原因_第1张图片
image.png

经查,为在 httpd.conf 中增加下列配置即可。

NameVirtualHost *:443

其实在 service httpd restart 时即有提示(即便没有红色的fail)


image.png

你可能感兴趣的:(https证书无效的可能原因)