cnHackintosh / ratproxy

Automatically exported from code.google.com/p/ratproxy
0 stars 0 forks source link

Need to support NTLM auth #4

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start ratproxy
2. Attempt to access a NTLM protected web server: Failure
3. Attempt to access NTLM protected web server directly: Success

What is the expected output? What do you see instead?
On success we should see output of normal web application.
On failure we see nothing.

What version of the product are you using? On what operating system?
Ratproxy version: 1.50
OS version: Solaris 10/Sparc
Target web server: IIS6

Original issue reported on code.google.com by ashish.l...@gmail.com on 2 Jul 2008 at 7:27

GoogleCodeExporter commented 8 years ago
NTLM authentication schemes applied to web proxies.
http://devel.squid-cache.org/ntlm/

Thanks
Emilio

Original comment by ecasbas on 2 Jul 2008 at 10:08

GoogleCodeExporter commented 8 years ago
This is unlikely to be addressed in the short run, as NTLM requires persistent
HTTP/1.1 connections, whereas ratproxy supports one-shot traffic only; I will 
keep it
on my radar, though.

Original comment by lcam...@gmail.com on 3 Jul 2008 at 6:34

GoogleCodeExporter commented 8 years ago
for short run, you can use the "-P host:port" paramenter with an NTLM proxy.

Original comment by cocja...@gmail.com on 29 Jul 2008 at 2:44