I run a small webserver (dyndns machine) and several
vhosts running on port 443.

I created a *.crt, *.csr and *.key file for each host.
...
        SSLEngine on
        SSLCertificateFile      /etc/apache2/ssl/ahost.crt
        SSLCertificateKeyFile   /etc/apache2/ssl/ahost.key
...
        SSLEngine on
        SSLCertificateFile      /etc/apache2/ssl/bhost.crt
        SSLCertificateKeyFile   /etc/apache2/ssl/bhost.key
...
        SSLEngine on
        SSLCertificateFile      /etc/apache2/ssl/chost.crt
        SSLCertificateKeyFile   /etc/apache2/ssl/chost.key
...

My problem is that each vhost displays the certificate of vhost ahost.
I need to stop ahost and bhost to display chost with the correct cert.

Whats wrong here?


-- 
fvgi242ss - Webmaster wlanhacking.de
http://mail.wlanhacking.de/cgi-bin/mailman/listinfo/wlanhacking

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to