Search code examples
sharepointssl-certificateiis-6alternate-access-mappings

Hosting two SSL sites (different host name) on same server with different certificates and without ports (i.e. 443)


We have a SharePoint site https://example.com hosted on port 443.

There is another site https://anotherexample.com that should be hosted on same server and without port (i.e. 443).

Both the certificates are issued to different host names (i.e. not wildcard certificate).

How can I achieve above scenario?

Any help is much appreciated!

Edit: I'm working on IIS 8.


Solution

  • Best way to achieve this on IIS 8 is to use Server Name Indication. It allows the server to host multiple certificates for multiple sites under a single IP address.

    For more detailed instructions, please refer here.