CNTLM 0.9x don't work with (e2|dans)guardian
Brought to you by:
mavey
We are trying to setup an auth "chain" like this :
Browser -> CNTLM -> e2guardian -> Squid
With CNTLM 0.35.1 it works fine without any problem.
With CNTLM 0.9x the browser shows an error :
The connection was reset
The debug log shows the error :
Proxy auth connection error.
Reading the code I found this :
In forward.c in function proxy_authenticate the parameter response is allways empty and I don't find where this variable is initialised.