-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
curl ntlm auth stopped working #741
Comments
Have you tried raising this issue on their project page? https://github.com/git-for-windows/git |
Thanks. I was in doubt about which project owns the issue. I've dig a bit further and find the following: There are two curl binaries in the distrib:
Its the one in /usr/bin that it's broken. If you use the other (mingw32 - that is compiled with SSPI feature) it works ok. Sadly it's out of the path by default. In fact git is working with ntlm auth OK. Seems that it's using the mingw exe/dll |
Try one of the builds here: https://ci.appveyor.com/project/MartiUK/cmder/build/1.0.117-development/artifacts This is built from the latest sources in the dev branch, and should include curl 7.45 from git-for-windows. |
Has the same problem. This is the command issued:
BUT this works:
So, what you lose without SSPI is the ability to use you user credentials automatically from your login. |
Yeah that's annoying, I suggest you open an issue on the git-for-windows page, curl needs to be compiled with SSPI. https://github.com/git-for-windows/MSYS2-packages/blob/master/curl/PKGBUILD This file doesn't have the required switch enabled for it to be built with SSPI support. |
OK. Thanks! I've opened an issue to the git-for-windows team |
The new msysgit curl binary provided in 1.2.9 misses SSPI feature. This causes NTLM authentication support to not work.
old curl -V
new curl -V
The text was updated successfully, but these errors were encountered: