-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Failure to authenticate private repository when URL-encoded character in password #3236
Comments
Confirmed from looking at https://github.com/pypa/pip/blob/develop/pip/download.py#L188 -- no url-decoding is being done. |
It looks still have problem when use user & password in https without interactively. the urllib parse password as port. I think I can fix this error. but I read issue #3237 #3732 #3954. seems people worried use password clearly in url is not safe. this may need to discuss. when we deploy project with robot, this feature is very useful.
|
See #51 (comment)
I have this issue with pip 7.1.2. There's a symbol in the password that needs url-encoding.
With the password url-encoded, pip fails to authenticate (gets a 401 response) and prompts for username/password interactively. It then works fine if I enter the user/pass interactively. Like @bcbrown I suspect it's not url-decoding the password.
The text was updated successfully, but these errors were encountered: