Forum Moderators: open
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
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!