hi there,
This might be slightly off topic, but let me try..
I want to make sure that if someone type the browser URL "mail.contoso.com/owa" that the connection is moved to the https instead of HTTP, in automatic way.
The easiest (?) way is to add a custom error for error code 403.4 which do the redirect to the address https://mail.contoso.com/owa.
The challenge is that I cannot get the 403.4 activated in anyway. When I have the redirect rule for that, I only get the empty page for the browser. Also if I test this on the server itself I get the 403 error.
Does anybody have an idea what might block my custom error to be acti