Skip to content
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

SOLVED: Could not authenticate to server: rejected Basic challenge #100

Closed
MordicusEtCubitus opened this issue Oct 26, 2012 · 0 comments
Closed

Comments

@MordicusEtCubitus
Copy link

When trying to authenticate to an HTTPS server using Basic Auth I got this error:
"Could not authenticate to server: rejected Basic challenge"

Thus, SVNAuthorizationError is not raised in svn.py near line 190, and login/password is not asked to user

I have updated it from:
if 'authorization failed' in lines[-1]:
To
if 'authorization failed' in lines[-1] or 'Could not authenticate to server' in lines[-1]:

And it is OK, login and password are asked for.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants