Forum Moderators: open

Message Too Old, No Replies

SSL with multiple domains

         

Daroepi

7:58 pm on Jan 23, 2007 (gmt 0)

10+ Year Member



Windows Server 2003 sp1 + IIS6

If I have multiple domains pointing to the same IP:

examplesite.com, examplesite.eu, examplesite.biz, ... -> xx.xx.xx.xx

How do I set up SSL?

As I understand it, I cannot tie multiple SSL certificates to the same IP/port. What about a wildcard SSL certificate, but note that the wildcard in this case is on the top level domain: examplesite.* -- is this feasible?

This must be a common problem but I haven't found anything in the search yet.

Thanks in advance,

Abe

aspdaddy

8:07 pm on Jan 24, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



There are various ways to do it, the easiest it to just have a server with 1 IP address per domain.

If you cant do that you can use unique port numbers:

[examplesite.com:443...]
[examplesite.eu:444...]
[examplesite.biz:445...]

Or try configuring custom host headers using the metabase explorer in IIS, I never got it to work though.

Good Luck!