Ok, I's a little lost.  I've got a couple VirtualHosts in apache, in 
different directories.  I'm trying to get SSL working on one.  I've added 
these lines to httpd.conf:

<VirtualHost 192.168.0.1:80>
DocumentRoot /var/www/domainname.com
ServerName www.domainname.com
SSLEngine on
SSLCertificateFile /var/www/domainname.com/server.crt
SSLCertificateKeyFile /var/www/domainname.com/server.key
</VirtualHost>

I've checked the server. files, and they look good.  The domain name in the 
files match the actual name, but when I https to it, I keep getting a 
security warning with the certificate file as localhost.  Any ideas as to why?

Thank you kindly,
David 

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to