I want to install two diferent certificates for each site.

https://www.domain1.com
https://www.domain2.com

Microsoft says that If you have Microsoft Windows Server 2003 installed, you
can upgrade to Windows Server 2003 Service Pack 1 (SP1) to work around this
issue. With IIS 6.0 on Windows Server 2003 SP1, SSL for host header-based
sites is now supported.

The I folow Microsoft

cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
":443:www.domain1.com>"

cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
":443:www.domain2.com>"

It seems that works because redirect correctly to the appropriate domain,
but always gives the same certificate at this case SSL certificate for
www.domain1.com
independently that the call carries out it to a domain or another.

What can I do?
Thank you for your help

Re: Multiple SSL Certificates in IIS 6 (W2003 SP1) by Bernard

Bernard
Sun Jul 17 23:39:26 CDT 2005

This only work if you are using wildcard cert that mapping to *.domain.com
ssl site.

--
Regards,
Bernard Cheah
http://www.microsoft.com/iis/
http://www.iiswebcastseries.com/
http://www.msmvps.com/bernard/


"Fasis" <Fasis@discussions.microsoft.com> wrote in message
news:8A8DBB46-835A-49DA-8AF4-6A4F7B7DA734@microsoft.com...
>I want to install two diferent certificates for each site.
>
> https://www.domain1.com
> https://www.domain2.com
>
> Microsoft says that If you have Microsoft Windows Server 2003 installed,
> you
> can upgrade to Windows Server 2003 Service Pack 1 (SP1) to work around
> this
> issue. With IIS 6.0 on Windows Server 2003 SP1, SSL for host header-based
> sites is now supported.
>
> The I folow Microsoft
>
> cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
> ":443:www.domain1.com>"
>
> cscript.exe adsutil.vbs set /w3svc/<site identifier>/SecureBindings
> ":443:www.domain2.com>"
>
> It seems that works because redirect correctly to the appropriate domain,
> but always gives the same certificate at this case SSL certificate for
> www.domain1.com
> independently that the call carries out it to a domain or another.
>
> What can I do?
> Thank you for your help
>
>