-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
A-networkingArea: networking issues, curl, etc.Area: networking issues, curl, etc.C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`O-windowsOS: WindowsOS: WindowsS-needs-infoStatus: Needs more info, such as a reproduction or more background for a feature request.Status: Needs more info, such as a reproduction or more background for a feature request.
Description
Problem
Sat behind a corporate firewall that only allows NTLM authentication (Kerberos). I can setup git to authenticate, but the initial request to crates.io is failing.
Looking through the features shown when CARGO_HTTP_DEBUG is set to true and CARGO_LOG=network-debug shows that the feature_ntlm_wb is set to false.
Would it be possible to have the windows compilation of cargo enable this?
Proposed Solution
Enable feature_ntlm_wb for windows builds at least.
Notes
No response
Metadata
Metadata
Assignees
Labels
A-networkingArea: networking issues, curl, etc.Area: networking issues, curl, etc.C-feature-requestCategory: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`Category: proposal for a feature. Before PR, ping rust-lang/cargo if this is not `Feature accepted`O-windowsOS: WindowsOS: WindowsS-needs-infoStatus: Needs more info, such as a reproduction or more background for a feature request.Status: Needs more info, such as a reproduction or more background for a feature request.