NTLM Tests ========== Environment ----------- NB Everything is at the latest Service Pack with all Windows Update patches applied Client: WinXP + JDK1.4.1 Proxy: Win2k Server + ISA server Server: Win2k Pro + IIS I ran 5 tests using the enclosed class with GET and then repeated with a POST to a Servlet returning the same HTML page. The results were identical in both cases - hence only shown 5 here. 1. SSL ------ CommandLine output: Status: 200 : OK SSL Test 2. SSL + NTLM on Web Server --------------------------- CommandLine output: Status: 200 : OK SSL Test 3. SSL + NTLM on Proxy Server ----------------------------- CommandLine output: 03-Feb-2003 13:09:35 org.apache.commons.httpclient.Authenticator ntlm INFO: No credentials for specific host, attempting to use default credentials. 03-Feb-2003 13:09:35 org.apache.commons.httpclient.Authenticator ntlm INFO: No credentials for specific host, attempting to use default credentials. Status: 200 : OK SSL Test 3. SSL + NTLM on Proxy Server + NTLM on Web Server -------------------------------------------------- CommandLine output: 03-Feb-2003 13:09:38 org.apache.commons.httpclient.Authenticator ntlm INFO: No credentials for specific host, attempting to use default credentials. 03-Feb-2003 13:09:38 org.apache.commons.httpclient.Authenticator ntlm INFO: No credentials for specific host, attempting to use default credentials. Status: 200 : OK 5. NTLM on Proxy Server + NTLM on Web Server (No SSL) ----------------------------------------------------- CommandLine output: Status: 200 : OK SSL Test