On Tue, Sep 12, 2000, Anders Karlsson wrote:

> I'm trying to make apache load diffrent certificates for three virutal
> hosts, but it loads the same one (the first it finds in httpd.conf) for
> every host.
> 
> What am I doning wrong here?
> 
> [...]
> NameVirtualHost 192.168.1.100:443
> [...]
> <VirtualHost 192.168.1.100:443>
> [...]
> <VirtualHost 192.168.1.100:443>
> [...]
> <VirtualHost 192.168.1.100:443>
> [...]

Your problem is that you're using name-based virtual
hosting for HTTPS - this does not work. Read
http://www.modssl.org/docs/2.6/ssl_faq.html#vhosts for details.

Yours,
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to