On 14 Mar 2003 at 16:20, Dan McComb wrote: > I've successfully installed one virtual host on my server to listen on > port 443, and it's been running great. But when I added another virtual > host directive to listen on same port further down in the file, I find > that the first listener is the one that "picks up" the request. This > results in an error in IE: "the identity certificate name is not > correct." If I comment out the first virtual host, the problem > disappears and the second one works fine. I need them to work > together... > > Anyone know how can I configure my virtual hosts/httpd.conf to avoid > this problem? > > /dan mccomb > > ------------------------------------------------------------------------ > ------------ >
Hi - I'm new to mod_ssl, but have just successfully done what you are describing. Can you post the pertianant part of you httpd.conf? Also - do you point to each servers' certificate and private key within each vhost with the SSLCertuficateFile and CCLCertificateKeyFile directives? Aloha => Beau; ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
