Multiple certificates on one website?
am 18.08.2006 16:29:40 von BvdB
I've a website that can be connected by 2 different dns names.
site1.domain.com
site2.domain.com (alias of site1)
I 've a certificate installed and that is working fine on site1.domain.com.
When users make a connection using the site2 they get a warning that the
name of the certificate is matching with the name of the site.
Does anyone know a way to redirect the site without generating the warning?
Kind regards,
BvdB
Re: Multiple certificates on one website?
am 18.08.2006 16:46:20 von Miha Pihler
Hi,
You can create another site and point it to the same content. Give it a
second name (e.g. host header) or/and appropriate IP address. Now link this
site with second certificate...
As long as both websites point to the same content there should be no
difference for the end user.
--
Mike
Microsoft MVP - Windows Security
"BvdB" wrote in message
news:F6479C0B-CE5D-4FCA-B65A-80DD4E67B8E0@microsoft.com...
> I've a website that can be connected by 2 different dns names.
>
> site1.domain.com
> site2.domain.com (alias of site1)
>
> I 've a certificate installed and that is working fine on
> site1.domain.com.
> When users make a connection using the site2 they get a warning that the
> name of the certificate is matching with the name of the site.
> Does anyone know a way to redirect the site without generating the
> warning?
>
> Kind regards,
> BvdB
Re: Multiple certificates on one website?
am 19.08.2006 07:57:34 von Bernard
You can't!
a) only 1 cert can be associated with 1 website
b) in you case, if you redirect to site2 in https mode, you will get prompt,
coz the url doesn't match the cert common name. You can fix this by having a
wildcard cert *.domain.com to be deployed on the website.
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"BvdB" wrote in message
news:F6479C0B-CE5D-4FCA-B65A-80DD4E67B8E0@microsoft.com...
> I've a website that can be connected by 2 different dns names.
>
> site1.domain.com
> site2.domain.com (alias of site1)
>
> I 've a certificate installed and that is working fine on
> site1.domain.com.
> When users make a connection using the site2 they get a warning that the
> name of the certificate is matching with the name of the site.
> Does anyone know a way to redirect the site without generating the
> warning?
>
> Kind regards,
> BvdB