Jump to content
Kyle_Katarn31

Broken proxy support with ICS 8.61

Recommended Posts

Ideally the component would complain if you specified authentication without credentials, but no idea if that happens. 

 

Given the 20 year age of this stuff and the number of applications written around undocumented behaviour, we try and leave things alone as much as possible, and often get caught when making what are initially thought as simple changes. 

 

Having looked briefly at the code, I think NTLM got selected due to the 407 response, but you were wasting a request round trip by not specifying authentication to start with so you got that response. 

 

Angus

 

Share this post


Link to post

OK !

Now i'm forcing "BasicAuth" everytime... even if user has selected proxy host+port but leaves login+pass empty. If this wrong and should I leave AuthNone in this case ?

Share this post


Link to post

Don't know, you'll have to check the code.  The wiki has no documentation on proxy use.  My applications do not allow a use to do that. 

 

Angus

 

 

 

Share this post


Link to post

Seems to work on my local proxy ... I'll see if users report some trouble around that.

 

Thanks for your help !

Edited by Kyle_Katarn

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×