How do i setup multiple websites using ssl ?
am 16.11.2007 14:43:03 von Ramon Franzel
We are running multiple website on iis 6.0.
There are a couple of websites that have to run ssl.
Each website has it's own ip adres and in is registerd in dns according to
this ip.
I tried the following method to achieve this.
example
customer1.domain.com : port 80:62.55.33.11 443:62.55.33.11 require ssl checked
customer2.domain.com : port 80:62.55.33.12 443:62.55.33.12 require ssl checked
strange things happen when i try to do this :
http://customer2.domain.com it redirects to the website from customer1 with
the following url : https://customer1.domain.com
I checked the metabase explorer for the "securebindings" option and also
tried to put in the hostheader there.
I also enabled the "enable metabase editing while iis is running" option.
My question : How do i configure iis to get several websites running on ssl.
By using the "require ssl" because i wan't them to redirect to https.
Thanks in advance.
Re: How do i setup multiple websites using ssl ?
am 17.11.2007 14:36:05 von Ken Schaefer
If you select the "require HTTPS" setting, IIS does not redirect anyone by
default (instead they get a 401 - Forbidden: SSL Required error message)
So, if the user is being redirected when attempting HTTP access, then
something you are doing is causing that redirect. You need to look into
that.
Cheers
Ken
--
My IIS Blog: www.adOpenStatic.com/cs/blogs/ken
"Ramon Franzel" wrote in message
news:D8D814A9-C4E1-4E1E-92A1-B6D9F950E3FE@microsoft.com...
> We are running multiple website on iis 6.0.
> There are a couple of websites that have to run ssl.
> Each website has it's own ip adres and in is registerd in dns according to
> this ip.
> I tried the following method to achieve this.
>
> example
>
> customer1.domain.com : port 80:62.55.33.11 443:62.55.33.11 require ssl
> checked
> customer2.domain.com : port 80:62.55.33.12 443:62.55.33.12 require ssl
> checked
>
> strange things happen when i try to do this :
>
> http://customer2.domain.com it redirects to the website from customer1
> with
> the following url : https://customer1.domain.com
>
> I checked the metabase explorer for the "securebindings" option and also
> tried to put in the hostheader there.
> I also enabled the "enable metabase editing while iis is running" option.
>
> My question : How do i configure iis to get several websites running on
> ssl.
> By using the "require ssl" because i wan't them to redirect to https.
>
> Thanks in advance.