-3

Can a website on a vps with a dedicated ip be accessed via multiple domain names and use ssl where needed? How would this be done on IIS 7.5 WIndows R2 2008

n_kips
  • 205
  • 1
  • 2
  • 5

2 Answers2

3

Re: your first question:

Sure, a website can be accessed via multiple domain names using SSL. In most instances this means you'll need multiple SSL certificates, but it will work just fine. If all the domain name share a common parent domain, you may be able simplify things with a wildcard certificate (although those are typically more expensive).

Re: your second question:

Haven't the foggiest.

larsks
  • 43,623
  • 14
  • 121
  • 180
3

It is possible to do so, using TLS (SSLv3) Server Name Indication (SNI). This is not supported in every browser, but it's much better than it was two years ago.

TLS-SNI is not officially supported in IIS7.5, so no it can't be done in IIS7.5.

Though it looks like you can complain to Microsoft about it here.

sysadmin1138
  • 133,124
  • 18
  • 176
  • 300