I want to have SSL for sharepoint and RPC/HTTPS for exchange running at the same time on the same computer. We only have 1 IP address. Here is the issue. When I put a cert on IIS for the Default Site (where exchange and RPC is located for Outlook RPC/HTTPS) and I have sharepoint using a Cert over port 443, it shuts down the website for Sharepoint because 443 is already bound to the Default website. The only way to run two sites over 443 Simuntaniously is to bind each site to a different IP address correct? Thanks, Mike
On Wed, 14 Feb 2007 14:40:05 -0500, "Mike San Filippo" wrote: >I want to have SSL for sharepoint and RPC/HTTPS for exchange running at the >same time on the same computer. We only have 1 IP address. > >Here is the issue. When I put a cert on IIS for the Default Site (where >exchange and RPC is located for Outlook RPC/HTTPS) and I have sharepoint >using a Cert over port 443, it shuts down the website for Sharepoint because >443 is already bound to the Default website. > >The only way to run two sites over 443 Simuntaniously is to bind each site >to a different IP address correct? > >Thanks, >Mike > So, you will need to change the WSS site to be 444 or whatever. Then you access http://server.domain.com:444 Alternatively change the port fo Exchange from 443 to 444. Either is good.