How to Force Redirection From HTTP to HTTPS – The Easy (ISA) Way!
Yesterday I wrote a post about redirecting HTTP to HTTPS, which uses an IIS technique to perform the redirection. However, many IIS websites are connected to the internet using Microsoft ISA Server. So here’s an even easier technique to perform this:
1. Open the ISA Server snap-in in the Management Console, and open the the web server’s rules properties.
2. Go to the Bridging tab.
3. Check the box that says Redirect requests to SSL port.
4. Uncheck the box that says Redirect requests to HTTP port.
5. Click OK.
And that’s it!
Note that on other versions of ISA Server this window might look different, but I assume you got the idea… :)
Dor Rotman.