I would like to limit connections to my OWA site to only https connections.
Currently I am allowing both http and https traffic to my OWA server from all clients(internal and external). I modified the default.htm file to redirect clients to an https connection (my users prefer to not have to type “https://” when accessing their mail).
I am not hosting anything other than OWA on this server so disabling http access will not affect anything else.
How would I go about redirecting http requests to https? I tried redirecting http requests to https (port 443) on my firewall but that didn’t work.