
03-19-2012, 07:34 PM
|
|
New Member
|
|
Join Date: Mar 2012
Posts: 1
|
|
Some problem about SSL
I get a StartSSL Free server certificate,and edit the Virtual Hosts SSL and Listener SSL like this:
Quote:
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 
|