l i got it working with
using multiple address records,
having a certain subdomain host point to a different ip

then on my server, have 2 ips
and using ip based virtual host

kinda annoying, feels like a waste of IP

does anyone else have a better solution? besides using SNI



On Wed, Apr 21, 2010 at 5:25 PM, Crypto Sal <crypto....@gmail.com> wrote:

>  On 04/21/2010 08:11 PM, Tom Evans wrote:
>
>> On Wed, Apr 21, 2010 at 11:48 PM, Michael Ni<michael...@gmail.com>
>>  wrote:
>>
>>> i have a situation where I have only one computer (one IP) with
>>> 2 virtual hosts
>>>
>>> one virtual host is static.foobar.com
>>>
>>> one virtual host is www.foobar.com
>>>
>>> both have separate ssl certs registered to the corresponding domain.
>>>
>>> i tried putting SSL in each but apache is using the first one registered.
>>>
>>> How can I get this to work without need another computer?
>>>
>>>
>>>
>>>  You won't need another computer, but you will need another IP address
>> if you wish to support IE. Sorry, its how it works.
>>
>> Cheers
>>
>> Tom
>>
>
>
> Tom,
>
> That's misleading information. Windows Vista and greater DO support SNI
> (Server Name Indication) and since those Operating Systems do support SNI,
> so does IE. Since most other browser vendors make use of non-MSFT(usually a
> form of OpenSSL) crypto, they usually are fine and have been fine for years.
>
> There is also the possibility of using a Wildcard Certificate as well if
> the Doman Name structure is similar.
>
> --Sal
>
>
> ---------------------------------------------------------------------
> 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-unsubscr...@httpd.apache.org
>  "   from the digest: users-digest-unsubscr...@httpd.apache.org
> For additional commands, e-mail: users-h...@httpd.apache.org
>
>

Reply via email to