Httpd – apache httpd+mod_proxy+mod_ntlm

apache-2.2httpdmod-ntlmmod-proxy

Does anybody know of an open source solution that does HTTP proxying whilst providing NTLM authentication?
I've tried to set up apache + mod_proxy + mod_ntlm.
For HTTP GETs it works fine , i.e. the user is asked for a username+password and then the proxy retrieves the file.
However, for HTTP CONNECTs this does not work.
Remove mod_ntlm and apache + mod_proxy works fine with HTTP CONNECT.

Best Answer

Squid proxy does support ntlm authentication. Check this page for examples.

Related Topic