Sohail Shaikh
Sohail Shaikh

Reputation: 105

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.

Upvotes: 0

Views: 294

Answers (1)

Tany3450
Tany3450

Reputation: 338

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.

Upvotes: 1

Related Questions