Sharepoint 2007 with multiple sites with SSL enabled
Goal
To have users access via https two web sites ( for internal and external access, ntlm user based auth.) Allow a nice redirection to users so they do not see any you need to use SSL to view this content warnings.
http://www.site1.com -> redirects users to
https://www.site1.comhttp://www.site2.com -> redirects users to
https://www.site2.comhttps://www.site1.com (port 443)
https://www.site2.com (port 443)
With standard IIS this would be no problem for me, I would had another ip address added to the server, so each https site has a unique "ip address:port" mapping.
Now my question is how to do this with Sharepoint 2007. I know sharepoint uses hostheader and port configuration, and leaves out the ip address (you cannot set a specific which ip address when creating a sharepoint web application)
so my question is how I reach this goal on a sharepoint 2007 sp1 server.
my research
http://technet.microsoft.com/en-us/library/cc262366.aspx"We do not recommend reusing the same IIS Web site for your HTTP and SSL hosting. Instead, extend a dedicated HTTP and a dedicated SSL Web site, each assigned to its own alternate access mapping zone and URLs."
What??
also on that same page
"To assign an IP address to an IIS Web site that has been extended with Office SharePoint Server 2007, you can directly modify the IIS bindings of an IIS Web site."
I haven't found any clear answers on how to do this, please offer one, where to find one, or what you have done.
Thank you,
Mark
Start Free Trial