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