NTLMv2

2004-05-27 Thread Fuhrmann, Hauke
Hi there finally seem to find my problem: The IIS I want to request web pages from uses NTLMv2 authentification. I guess, the httpclient only supports NTLMv1, is that true? As the password hashes in v1 and v2 are different, the handshake will fail. Will v2 be implemented in short term?

AW: NTLM authentication problem

2004-05-26 Thread Fuhrmann, Hauke
/account? If yes, use the account name only (2) do you have any 'funny' characters in the password (like German umlauts, for instance)? If yes, try using an account with plain US-ASCII password Oleg -Original Message- From: Fuhrmann, Hauke [mailto:[EMAIL PROTECTED] Sent: Monday, May

NTLM authentication problem

2004-05-03 Thread Fuhrmann, Hauke
Hi there, I hope you can help me with a little problem I got: I have to download a file from a MS IIS webserver which uses NTLM authentification. The only client I performed a successful download with is MS IE. But I have to use a Java client, so I tried the jakarta commons httpclient. I