Sorry about that. It will be served by the correct VH, but the certificate presented to the client will always be the one from the first VH. In your case you have the same certificate specified in both VHs, but since that certificate does not match the ServerName nor the ServerAlias of any of the VHs, you will always get a security warning no matter what. -ascs -----Original Message----- From: Axel-Stéphane SMORGRAV Sent: Wednesday, January 04, 2006 5:45 PM To: users@xxxxxxxxxxxxxxxx Subject: RE: [users@httpd] More than one name-based vhost with SSL In your conf below, you use the same certificate in both VH although the ServerName are different. All requests will be handled by the grundfunk VH regardless of whether you request grundfunk.de or ronalter.de. If you add CustomLog /etc/apache2/log/grundfunk_access_log combined to the grundfunk VH and CustomLog /etc/apache2/log/ronalter_access_log combined I am pretty sure that the latter log file will remain empty. -ascs --------------------------------------------------------------------- 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx