I am trying to add the RequireHttps tag to a controller action but when I try to navigate to it I get a page not found error when I try: https://localhost/MVCDemo3_4/Home/Index2 or http://localhost/MVCDemo3_4/Home/Index2
The Http one tries to redirect to HTTPS but then the HTTPS can't find the page.