How best to troubleshoot a WIA issue through an IIS7 reverse proxy.
Posted
by CptSkippy
on Server Fault
See other posts from Server Fault
or by CptSkippy
Published on 2010-05-24T20:59:40Z
Indexed on
2010/05/24
21:02 UTC
Read the original article
Hit count: 666
I've got an Intranet site that uses Windows Authentication and is accessed through an IIS 7 Reverse Proxy. Using FireFox, Safari or Chrome it works fine. I'm prompted for credentials, I supply them and away I go. In IE 7/8 I get prompted for credentials but they're rejected and I eventually get a 401 not authorized error.
The application server is configured for Windows Auth only and rejects basic authentication. I would be surprised if the front end proxy would accept Basic Auth so my suspicion is that it's a trust issue with my browser and IE isn't relaying the credentials however our IS Team has IE so locked down I'm unable to alter trust levels or even view the settings.
How should I go about troubleshooting this problem? I'm at a loss and they've yet to respond to my support ticket.
© Server Fault or respective owner