Some problem about SSL

#1
I get a StartSSL Free server certificate,and edit the Virtual Hosts SSL and Listener SSL like this:
Private Key File /var/wwwroot/ssl.key
Certificate File /var/wwwroot/ssl.crt
Chained Certificate Yes
CA Certificate Path /var/wwwroot
CA Certificate File /var/wwwroot/chained.crt
and edit some configuration with wiki, after restart the server, i see all the Status is running.
When i access the site in Chrome with http, it's running well, if i use https, Chrome display Error 102 (net::ERR_CONNECTION_REFUSED), but there's no errors in the Log Viewer, how can i fix this problem :confused:
 
Top