Better error message behind corporate NTLM proxy #1876
Labels
C: error messages
Improving error messages
C: proxy
Dealing with proxies and networking
state: awaiting PR
Feature discussed, PR is needed
type: enhancement
Improvements to functionality
Pip doesn't work behind a corporate NTLM proxy. This is #1182 and unlikely to be fixed any time soon (requires upstream fixes in requests and urllib3)
However, the error message in this situation could be improved. Right now you get
Which doesn't explain the problem, nor how to fix it.
Compare that with Ruby's Gem or Nodejs' Npm which give more precise error messages
and
It would be great if Pip were as helpful. It would suffice I think to show the particular http error code, as Gem does.
The text was updated successfully, but these errors were encountered: