Re: [apache-ssl] SSL and Virtual Hosts
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [apache-ssl] SSL and Virtual Hosts



What if I have a domain in there instead of an IP address, would that work? I
mean it would still use the same IP but it would be different domain?

<VirtualHost www.site-one.com>
<VirtualHost www.site-two.com>
<VirtualHost www.site-three.com>

Mark Holt wrote:

> SSL cannot support two certificates on the same IP address and port.  Use
> another IP address or another port.
>
> Victor wrote:
>
> > I am having problems setting up SSL in Virtual Hosts. I have multiple
> > virtual hosts on the same IP (this setup works great on unsecure sites).
> > However, with SSLEnabled areas, no matter which site I go to, I get the
> > first ssl site.