Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
237
Tangerine 407 Error
posted

When I run the Tangerine Exemplar from behind an ISA firewall I get the following error message:

The request failed with HTTP status 407: Proxy Authentication Required (The ISA server requires authorization to fulfil the request. Access to the Web Proxy service is denied.).

My ISA version is 2004 and is configured standard "out of the box" for Small Business Server 2003. I have seen this problem before and have fixed it with the following in the web.config. Unfortunately I am not sure if this is a good fix or just an example of "coding by coincidence"

<system.net>
<
defaultProxy>
<
proxy usesystemdefault="False"/>
</
defaultProxy>
</
system.net>

 

 

 

Parents
No Data
Reply
  • 11674
    posted

    Hi Andrew,

    Did/can you try that in the app.config?  The last time I was actively working behind a proxy like that was in 2003, and I think we had to manage it in code back then, but I do believe the effect of that config does essentially the same thing.  I think it's the right way to handle that.

Children