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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx