Comment 25 for bug 82086

Revision history for this message
Vincent Ladeuil (vila) wrote : Re: [Bug 82086] Re: pycurl transport causes tracebacks if the server's SSL cert cannot be verified.

>>>>> "wes" == weswinham <email address hidden> writes:

    wes> Well, it seems my real problems lay elsewhere. I installed the
    wes> certificate and I'm back to:
    wes> bzr: ERROR: Invalid http response for
    wes> https://dev.policystat.com/code/policystat/trunk/.bzr/smart:
    wes> Unknown response code 401

401 means authentication failed, either user or the password was
wrong. Judging from the url you didn't provide a user, try:

https://<email address hidden>/code/policystat/trunk/

bzr should then prompt you for a password

This is a bug we should fix by at least translating the 401 error
into a clearer message for the user.