Re: Multiple website in single IP, host header and SSL problem



There is nothing wrong with your configuration. Because there is only one
SSL-enabled website, any SSL requests will go through to that website.
Host-Headers can not be used with SSL, because the Host header sent from the
browser is encrypted so IIS can't use it to route requests to websites: only
IP addresses and port numbers can be used.

Cheers
Ken

"prof_martin" <profmartin@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:F7CE0384-E8FE-491E-922F-E73CFEA7E369@xxxxxxxxxxxxxxxx
Hi,

I have websites hosted in one server, single IP address using host header
in
IIS 6.0 (windows 2003 standard ed.)
For illustration, in IIS I created 4 websites for respective domain name
indentified on host header:

www.domain1.com
domain1.com
www.domain2.com
domain2.com

I installed SSL on website www.domain1.com
If I type https://www.domain1.com works fine.
If I type https://domain1.com should be OK, although promp security for
different site name

Problem is, if I type https://www.domain2.com or https://domain2.com, it
prompt security message and display www.domain1.com content.

Should be something wrong in my configuration.

I very appreciate for any person who can help solve this problem.

Thank you,
Martin Adhie



.



Relevant Pages