How to use ssl for multi hosts ? Hi, We are a web hosting company. so,There are many urls in our server. After I install openssl and modssl, the main site looks working good both of http and https. But other sites are working wrong. I guess there is something wrong with vitural host seting. ##################### User nobody Group nobody ServerAdmin [EMAIL PROTECTED] ServerName hananetwork.net DocumentRoot "/home/hananetwork/www" NameVirtualHost 211.58.254.19 <VirtualHost 211.58.254.19> ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/hananetwork/www ServerName hananetwork.net ServerAlias hananetwork.net www.hananetwork.net </VirtualHost> <VirtualHost 211.58.254.19> ServerAdmin [EMAIL PROTECTED] DocumentRoot /home/usr05/factorycart/www ServerName factorycart.com ServerAlias factorycart.com www.factorycart.com </VirtualHost> ################################ With above setings, all of sites show just root ("/home/hananetwork/www/index.html") indexpage. About this problem I have questions; 1. Can we use ssl with multi-hosts in one server ? 2. How to set ssl for all domains ? Thanks in advance. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]