Looking for a lightweight NTLM HTTP proxy server

For some testing, I am looking for an NTLM HTTP proxy server. The server should authenticate the clients, not delegate that authentication to an upstream "real" NTLM proxy server (like "NTLMAPS" or "CNTLM" does).

What is the easiest way to create an HTTP proxy server that requires NTLM authentication?

I would like to be able to add users to this proxy and control their passwords. If creating a Windows Domain is the only way to achieve that, then please include the easiest way to get to that point in your answer.


Solution 1:

Just stumbling upon your question. We too had to test against a NTLMv2 capable http proxy (from Java).

In the end, we used a product called WinGate, which is free up to some users. We just installed that on a Windows Machine in a VM. The users can be just created directly in WinGate (no AD needed).

Also see howto enable NTLMv2: http://help.qbik.com/index.php?topic_id=389

Note: I am not affilitated with them.