Home All Groups Group Topic Archive Search About

IIS 6.0 Website requests authentication - anonymous is checked

Author
22 Jun 2005 3:24 PM
clrscr
Server: Windows 2003 Standard with Exchange 2003

I installed an SSL certificate on my Exchange site in IIS and checked
"require SSL". Of course this made it impossible to reach the site
on port 80 so I changed the TCP port to 8080 and created another site
to simply forward the port 80 request to my https exchange site. I have
anonymous access enabled on the Exchange Forward site.

But it still asks me to authenticate to access the Exchange Forward
site so people are authenticating before they get to SSL which defeats
the purpose.

I changed it to forward to google.com with the same result so it
doesn't have anything to do with NTFS permissions or doesn't seem
to.

Anyone have any ideas?

Thanks in advance.

Author
26 Jun 2005 4:37 AM
Bernard Cheah [MVP]
If you click cancle while it prompts you for login what error do you get?
401.3 ? if yes, then make sure the default anonymous user
(iusr_computername) has READ permission on the requested file.

Show quoteHide quote
news:1119453887.557126.56060@g47g2000cwa.googlegroups.com...
> Server: Windows 2003 Standard with Exchange 2003
>
> I installed an SSL certificate on my Exchange site in IIS and checked
> "require SSL". Of course this made it impossible to reach the site
> on port 80 so I changed the TCP port to 8080 and created another site
> to simply forward the port 80 request to my https exchange site. I have
> anonymous access enabled on the Exchange Forward site.
>
> But it still asks me to authenticate to access the Exchange Forward
> site so people are authenticating before they get to SSL which defeats
> the purpose.
>
> I changed it to forward to google.com with the same result so it
> doesn't have anything to do with NTFS permissions or doesn't seem
> to.
>
> Anyone have any ideas?
>
> Thanks in advance.
>