I am trying to get a new server up and running on Windows Server 2008 Standard SP1 (aka RTM) /w all updates and IIS7. Everything looked Ok, but when accessing the server locally, using a DNS CNAME, I get three password prompts followed by a 401.1.
Local Server to "localhost" Ok (NTLM)
Local Server to "<Server>" Ok (NTLM)
Local Server to "<CNAME>" Fails
Remote Client to "<Server>" Ok (Kerberos)
Remote Client to "<CNAME>" Ok (Kerberos)
Using Fiddler, the failing request is using "<Server>" as the SPN (as expected). Now, this may not be an IIS specific issue, as the same thing happens with SQL Reporting Services 2008, which does not rely on IIS. Kerberos/NTLM detected using DelegConfig.
Failed Request Tracing generates six logs for once attempt to connect.
-
AUTHENTICATE_REQUEST
-
AUTHENTICATE_REQUEST - Access is denied. (0x80070005)
-
AUTHENTICATE_REQUEST
-
AUTHENTICATE_REQUEST
-
AUTHENTICATE_REQUEST
-
AUTHENTICATE_REQUEST - Access is denied. (0x80070005)
Any ideas on what to try next would be greatly appreciated.
Thanks!
Joe