Open barbuslex opened 8 years ago
Hello, sadly I do not know why this is happening. Are you sure you can access your domain controller all the time as each request in your setup do a ntlm-authentication?
There is a longer thread at sourceforge about it
https://sourceforge.net/p/mod-auth-sspi/discussion/550583/thread/d39f90de/
Maybe that helps`?
To summarize the other thread and some of my own experimentation, this appears as a symptom if the NTLM handshake does not complete over a single connection. I have found this happens with PUT and POST requests. Thus, the other issue I logged.
Any updates? For me it happens occasionally (with specific users).
This isn't really an issue as like that old thread from the sspi module says. NTLM needs a handshake that is quite expensive performance wise.
So it's generally best practice to only use it on an authentication endpoint and use a persisted session for any further connections. Doing authentication on every single request, especially static resources like css and images, is just a bad idea.
Hi,
Sometimes the NTLM Authentication stop working (Login/Password prompt to the user) and theses errors appears in apache error.log :
(I hide willingly the domain name)
When i stop and start the apache service the NTLM Authentication working again :S (without errors in error.log in same website pages)
Have you an idea for solve my problem ?
Thanks