runningdiplomat
Do you have a dedicated ARR server that is proxying requests? Or are you planning on running ARR on the same machine as SBS?
Either way, the basic idea is the same. Assuming that you have a dedicated server for ARR, at high level, what you will want to do are:
- Create a server farm where you will route HTTP (non-SSL) requests to.
- Create a second server farm where you will route HTTPS requests to (this should include your SBS server.)
- Then, further modify the URL rewrite rules with conditional statements ({HTTPS} is on or off) to determine if the incoming request is via HTTP or HTTPS - and route the requests appropriately to on server farm (HTTP) or the other (HTTPS).
If you want specific help with the configuration, please provide more details on your deployment topology and I can help you with that.
Thanks.