 |
|
 |
|
|
 |
Struggling to fix anonymous authentication problem |
 |
 |
|
|
08-24-05 07:49 AM
I've got a member server running Windows Server 2003 SP1 with IIS 6. I've
installed WSUS and, like a lot of other people, the SelfUpdate tree isn't
working. The log says "The remote server returned an error: (401)
Unauthorized.".
I've run Authentication & Access Control Diagnostics 1.0 and it also says
that anonymous authentication returns "401 Unauthorised".
What is puzzling is that for the SelfUpdate tree, I've set the directory
security to JUST anonymous access and I can browse the page quite happily
using IE!
Can someone please suggest what steps I need to take to either resolve this
or pin down the cause of the problem?
Thanks.
--Philip
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
08-24-05 07:49 AM
When you are viewing the site in IE, what security zone is displayed down in
the bottom right hand corner? If it is Intranet, then if you go to Tools ->
Security -> Intranet zone -> custom level, and change the Automatic Logon
(it's the last option down the bottom) to Prompt, then restart IE and browse
the site, do you still get in automatically?
Cheers
Ken
--
IIS Blog: www.adopenstatic.com/cs/blogs/ken/
Web: www.adopenstatic.com
"Philip Colmer" <pcolmer@newsgroup.nospam> wrote in message
news:O7nX2lFqFHA.2240@tk2msftngp13.phx.gbl...
: I've got a member server running Windows Server 2003 SP1 with IIS 6. I've
: installed WSUS and, like a lot of other people, the SelfUpdate tree isn't
: working. The log says "The remote server returned an error: (401)
: Unauthorized.".
:
: I've run Authentication & Access Control Diagnostics 1.0 and it also says
: that anonymous authentication returns "401 Unauthorised".
:
: What is puzzling is that for the SelfUpdate tree, I've set the directory
: security to JUST anonymous access and I can browse the page quite happily
: using IE!
:
: Can someone please suggest what steps I need to take to either resolve
this
: or pin down the cause of the problem?
:
: Thanks.
:
: --Philip
:
:
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
08-24-05 07:49 AM
"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> wrote in message
news:uFK8OOHqFHA.644@TK2MSFTNGP10.phx.gbl...
> When you are viewing the site in IE, what security zone is displayed down
> in
> the bottom right hand corner? If it is Intranet, then if you go to
> Tools ->
> Security -> Intranet zone -> custom level, and change the Automatic Logon
> (it's the last option down the bottom) to Prompt, then restart IE and
> browse
> the site, do you still get in automatically?
>
> Cheers
> Ken
I've done as you've suggested and I still get in automatically.
--Philip
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
08-24-05 12:52 PM
Hi Philip,
From my view, this 401 may be caused by the WSUS account with not enough
access right. So I'd suggest you could check the permission setting of WSUS
following this article.
http://wsusinfo.onsitechsolutions.com/articles/016.htm
Please feel free to let me know if you have any further question on this
matter.
Best Regards,
Wei-Dong XU
Microsoft Product Support Services
This posting is provided "AS IS" with no warranties, and confers no rights.
It is my pleasure to be of assistance.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
08-30-05 07:55 AM
> From my view, this 401 may be caused by the WSUS account with not enough
> access right.
I didn't want to get too distracted by the WSUS aspect of it. As I had
mentioned earlier, I've used Microsoft's own Authentication & Access Control
Diagnostics tool and *that* is also complaining that anonymous access is
broken.
> So I'd suggest you could check the permission setting of WSUS
> following this article.
> http://wsusinfo.onsitechsolutions.com/articles/016.htm
I cannot get to that page for some reason. I'll try again from a different
Internet connection.
In the meantime, if you have any suggestions as to how I can troubleshoot
anonymous access, I'd appreciate it.
--Philip
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
08-31-05 07:52 AM
Hi Philip,
Since IIS doesn't permit the anonymous access, I'd suggest please check the
IIS site to see whether any ISAPI Filter configured to deny the anonymous
access. We could find this from:
1. IIS site property window
2. click the tab "ISAPI Filter"
3. check whether any filter there. If found any, please check what
application installs them or set by the IIS admin and whether it will deny
the anonymous access.
Expect to your troubleshooting reesult!
Best Regards,
Wei-Dong XU
Microsoft Product Support Services
This posting is provided "AS IS" with no warranties, and confers no rights.
It is my pleasure to be of assistance.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
09-01-05 01:51 AM
There are no ISAPI filters listed.
Also please note that although the Authentication & Access Control tool says
that anonymous authentication doesn't work, it DOES appear to work through
IE.
I'm wondering if the diagnostics tool (and WSUS) are using some mechanism
for accessing the site that IE doesn't use and therefore is causing
something to happen with anonymous access?
--Philip
"Wei-Dong XU [MSFT]" <v-wdxu@online.microsoft.com> wrote in message
news:OgXFugfrFHA.1208@TK2MSFTNGXA01.phx.gbl...
> Hi Philip,
>
> Since IIS doesn't permit the anonymous access, I'd suggest please check
> the
> IIS site to see whether any ISAPI Filter configured to deny the anonymous
> access. We could find this from:
> 1. IIS site property window
> 2. click the tab "ISAPI Filter"
> 3. check whether any filter there. If found any, please check what
> application installs them or set by the IIS admin and whether it will deny
> the anonymous access.
>
> Expect to your troubleshooting reesult!
>
> Best Regards,
> Wei-Dong XU
> Microsoft Product Support Services
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> It is my pleasure to be of assistance.
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
09-01-05 07:49 AM
Hi Philip,
Currently based on the troubleshooting result, since IE could work well
anonymously, this issue should be located from WSUS side. There is one WSUS
deployment white paper from Microsoft. Please follow the troubleshooting
suggestion of this white paper to locate this problem:
Software Update Services Deployment White Paper
http://www.microsoft.com/windowsser...echinfo/previou
s/susdeployment.mspx
Please feel free to let me know if you have any further question on this
matter.
Best Regards,
Wei-Dong XU
Microsoft Product Support Services
This posting is provided "AS IS" with no warranties, and confers no rights.
It is my pleasure to be of assistance.
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
09-01-05 12:51 PM
That link is for SUS, not for WSUS.
Regards
Philip
"Wei-Dong XU [MSFT]" <v-wdxu@online.microsoft.com> wrote in message
news:4LJmoDqrFHA.1204@TK2MSFTNGXA01.phx.gbl...
> Hi Philip,
>
> Currently based on the troubleshooting result, since IE could work well
> anonymously, this issue should be located from WSUS side. There is one
> WSUS
> deployment white paper from Microsoft. Please follow the troubleshooting
> suggestion of this white paper to locate this problem:
> Software Update Services Deployment White Paper
> [url]http://www.microsoft.com/windowsserversystem/updateservices/techinfo/previou[/ur
l]
> s/susdeployment.mspx
>
> Please feel free to let me know if you have any further question on this
> matter.
>
> Best Regards,
> Wei-Dong XU
> Microsoft Product Support Services
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
> It is my pleasure to be of assistance.
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: Struggling to fix anonymous authentication problem |
 |
 |
|
|
09-02-05 07:54 AM
Hi Philip,
Sorry for that wrong link! The WSUS opeation guide is available from this
link:
Microsoft Windows Server Update Services Operations Guide
http://www.microsoft.com/downloads/...CDB4-EF0B-4399-
8A71-9B3B00C4F4CD&displaylang=en
Furthermore, since this appears to be caused by WSUS, I'd suggset you could
also post this one at WSUS newsgroup. The WSUS community may be more
helpful on this issue for you.
microsoft.public.windows.server.update_services
Please feel free to let me know if you have any further question on this
matter.
Best Regards,
Wei-Dong XU
Microsoft Product Support Services
This posting is provided "AS IS" with no warranties, and confers no rights.
It is my pleasure to be of assistance.
[ Post a follow-up to this message ]
|
|
|
 |
|
|
|
|
Sponsored Links |
 |
 |
|
|
 |
All times are GMT. The time now is 11:25 AM. |
 |
|
|
 |
|
 |
|
|
 |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
|
|
|
|
Medical and Health forum | Computer Games Reviews | Graphics design forum
|
 |
|
 |
|