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
Mark Arnold [MVP] - 15 Feb 2007 14:28 GMT
>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.
[quoted text clipped - 9 lines]
>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.