Re: 403 (Forbidden) after setting up SSL Redirect



Well, the URL is requiring SSL but you went over HTTP, so 403.4 is correctly
returned.

Did you make sure that the URL Custom Error configured for that 403.4 does
NOT require SSL? Because then that would be catch 22 - You came in on HTTP
to an SSL-only URL, so a 403.4 is sent... but to see the 403.4, you also
need SSL...

--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//

"AHoff" <AHoff@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:CF5BF5AA-8AB7-423E-85B6-F2716C619F96@xxxxxxxxxxxxxxxx
Yes, sorry, IIS 6. I hope this is what you're referring to:

2006-03-27 17:17:04 W3SVC1 ###.###.###.### POLL /exchange/UserName/Inbox -
80 - ###.###.###.### Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
403 4
5

Thanks for trying to help

"Ken Schaefer" wrote:

Hi,

Are you using IIS 6.0? Can you check the HTTP substatus code in the IIS
logfiles please (it is, by default, the field immediately after the HTTP
status which will have "403" logged)

Otherwise, if you are using a previous version of IIS, it might not be
obvious why you are getting this error. Is it possible that you have
"require SSL' checked for your custom error page? Or is it possible that
the
user account in question (usually the anonymous internet user) doesn't
have
NTFS permissions to the file in question?

Cheers
Ken

"AHoff" <AHoff@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:86C20C69-6FDB-4713-9880-C5C4796F0013@xxxxxxxxxxxxxxxx
: I've gone through the steps of redirecting HTTP requests to HTTPS for
OWA
as
: outlined in KB-839357. I've checked, rechecked, and checked again that
all
: steps were followed but I still get:
:
: HTTP Error 403 - Forbidden
: You are not authorized to view this page
:
: My head hurts from banging it on this brick wall. Please help!
:
: Thank you.





.



Relevant Pages

  • Re: Question about SSL (site with http and https mixed)
    ... > you have enabled an option to require SSL at the site level. ... > users to be able to browse the top level with http, you must go to the site ... > be replaced with a custom error page that will automatically redirect them ...
    (microsoft.public.inetserver.iis)
  • Re: web.config redirection returns 302 instead of 404
    ... is returns "HTTP Status Code: ... Here's an example of direct custom error handling within an ASP.NET page: ... The first utilizes the same custom error handler as above. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Custom not found and HTTP status code
    ... ASP.NET to do the redirect to the custom error page, ... 302 for the redirect. ... | X-Newsreader: Microsoft Outlook Express 6.00.2800.1437 ... | has moved while at the same time responding with a 404 HTTP status. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Custom not found and HTTP status code
    ... In that case how can I display a message to users telling tham that the page ... has moved while at the same time responding with a 404 HTTP status. ... A custom error page will always cause the ...
    (microsoft.public.dotnet.framework.aspnet)
  • web.config redirection returns 302 instead of 404
    ... I have a problem with custom error page. ... I' using a redirection in a ... But when I'm trying to check HTTP Status Code of non existing page it ... Any Ideas how to fix this problem? ...
    (microsoft.public.dotnet.framework.aspnet)