PyAuthenNTLM2 icon indicating copy to clipboard operation
PyAuthenNTLM2 copied to clipboard

Incorrect NTLM message in Authorization header

Open mbeijen opened this issue 14 years ago • 4 comments

I configured the latest version from Git HEAD on Ubuntu 10.04 LTS using included Apache, Python, and mod_python versions and got this error message when using IE7 on WinXP:

Incorrect NTLM message in Authorization header from address 172.24.30.115 and URI /foo:

What can this be?

mbeijen avatar Feb 27 '12 13:02 mbeijen

Does that happen over an SSL connection?

Legrandin avatar Feb 27 '12 19:02 Legrandin

No, this setup does not use SSL. Is this a requirement? Obviously I am aware of the security implications.

mbeijen avatar Feb 27 '12 19:02 mbeijen

No, SSL is not required. I asked because IE+SSL+NTLM do not work with the stock Apache configuration files, but I understand this is not your case.

Could you try with the latest code (I somewhat rearranged it)? Additionally, do you have KeepAlive set in Apache?

Legrandin avatar Feb 29 '12 22:02 Legrandin

I have the same problem on FreeBSD 13.0? What can I do?

zachyunl avatar Jun 25 '21 18:06 zachyunl