-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ntml windows is work,linux not work #110371
Comments
WCF Client just pass the credentials to HttpClientHandler using CredentialCache for NTLM scheme. Any issues not working is something for runtime team to investigate, pass to .NET runtime. |
.NET depends on OS implementation. For Linux you will need |
WSL net8.0,and apt install gss-ntlmssp not ok。 |
Problem's been figured out, closing. |
Sorry, due to my oversight, I mistakenly described it as successful. In fact, I am still failing, even though I have already installed gss-ntlmssp. |
So could you try on a normal ubuntu install (can be VM in Hyper-V, but not WSL)? What version of WSL are you using? Is it working / not working on a different machine? What version of .NET are you using? And lastly, could you do a packet capture (wireshark) and share it? |
This issue has been marked |
how do you set domain name @sibo-git ? It still may be worth to try simple repro without WCF ... just to be sure. |
Describe the bug
The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'Negotiate, NTLM'.
To Reproduce
The text was updated successfully, but these errors were encountered: