超时访问在Apache + Windows Server 2008中托pipe的https网站

我买了一个SSL证书到一个域(foo.foo2.com),我已经做了这个安装:

httpd-vhost.conf(apache文件)

<VirtualHost *:443> ServerAdmin [email protected] DocumentRoot "C:/xampp/htdocs/foo.foo2.com" ServerName foo.foo2.com SSLEngine on SSLCertificateFile "C:/xampp/apache/conf/certificates/foo.foo2.com/certificate.crt" SSLCertificateKeyFile "C:/xampp/apache/conf/certificates/foo.foo2.com/certificate.key" SSLCACertificateFile "C:/xampp/apache/conf/certificates/foo.foo2.com/certificate.ca.crt" ErrorLog logs/error.log CustomLog logs/access.log common </VirtualHost> 

Windows Server 2008 R2

在防火墙上打开了443个端口(我用zenmap检查443是否打开)

Apache停止并开始没有问题,但是当我把https://foo.foo2.com放在浏览器上时,该操作给了我一个超时。

有任何想法吗?

当我使用这个工具( https://www.sslshopper.com/ssl-checker.html ),我得到这个消息:

 foo.foo2.com resolves to 212.145.243.67 Server Type: Apache/2.4.10 (Win32) OpenSSL/1.0.1i PHP/5.6.3 No SSL certificates were found on foo.foo2.com. Make sure that the name resolves to the correct server and that the SSL port (default is 443) is open on your server's firewall.