I am running Outlook Web Access and I need to enforce HTTPS. However, I cannot use forms-based authentication. I have to use HTTP authentication. When a user tries to access to the site via HTTP I need to redirect them to HTTPS and present the http authentication dialog. How can I accomplish this?

link|improve this question

25% accept rate
feedback

1 Answer

Figured it out already. Create an asp page that redirects to https, and then set the IIS 403.4 error redirect to this file.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.