The description what you gave is the case if you have running several SSL-Host 
on the same ip-adress but with different names. Without SSL you can do this but 
with SSL each Host need its own ip address.

If this is not the case, than you should post the host parts of your config.

look more at
http://httpd.apache.org/docs/2.2/en/vhosts/name-based.html
 * Name-based virtual hosting cannot be used with SSL secure servers because of 
the nature of the SSL protocol.

bye

oliver

-----Ursprüngliche Nachricht-----
Von: Jochen Kaechelin [mailto:[EMAIL PROTECTED]
Gesendet: Do 16.02.2006 12:24
An: Apache Users Mailing List
Betreff: [EMAIL PROTECTED] Problems with several ssl-certs and dyndns machine
 
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]


---------------------------------------------------------------------
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