views:

21

answers:

2

I have an internal facing webserver with various apps running inside the default website on port 443 (SSL).

I wanted to install MOSS 2007 on the same server and rum a portal/collaboration app using the same port 443. I was under the impression that if you use host headers, you can do that. It turns out it is not the case. Sharepoint installation automatically stops the default web site.

I've been searching for a solution for a while and I can't believe this is not a common issue. Is there a solution to this?

Thanks, EJM

A: 

There isn't a way to use host headers to run multiple SSL sites on IIS under normal circumstances. To run multiple SSL sites on the same server, you would need to give them separate IP addresses.

It looks like this might also be a solution, but I've never tried it.

DylanW
A: 

It is possible using command line configuration, see

http://www.sslshopper.com/article-ssl-host-headers-in-iis-7.html

Ola Herrdahl