[Cyberduck-trac] [Cyberduck] #7257: Cyberduck 4.3.1 (Windows) seems to be using Basic Authentication scheme only

Cyberduck trac at trac.cyberduck.ch
Fri May 17 09:48:00 UTC 2013


#7257: Cyberduck 4.3.1 (Windows) seems to be using Basic Authentication scheme
only
--------------------------+------------------------------------------------
    Reporter:             |      Owner:
  tpreissler              |     Status:  new
        Type:  defect     |  Milestone:
    Priority:  normal     |    Version:  4.3.1
   Component:  core       |   Keywords:  authentication schema digest basic
    Severity:  major      |   Platform:  Windows 7
Architecture:  Intel      |
--------------------------+------------------------------------------------
 Hello,

 we recently came across a wierd problem using the latest version 4.3.1 on
 Windows. Server is setup like the following:

 {{{
 AuthName XXXXX
 AuthType Digest
 AuthDigestFile $DIR/access/XXXXX.password
 }}}

 When connecting with Cyberduck, the connection always fails with:

 {{{
 172.28.1.114 - - [16/May/2013:16:20:07 +0000] "HEAD /$DIR2/ HTTP/1.1" 401
 0 "-" "Cyberduck/4.3.1 (11008) (Windows 7/6.1) (x86)" "-"
 }}}

 Though the password file looks similar to

 {{{
 XXXXX:XXXXX:012345678abcdef...
 }}}

 And the Apache error.log states

 {{{
 Thu May 16 16:42:35 2013] [error] client used wrong authentication scheme:
 Basic for /$DIR2/
 [Thu May 16 16:42:35 2013] [error] [client 172.28.1.114] user XXXXX:
 password mismatch: /$DIR2/
 }}}

 I can see on various places that Cyberduck should be supporting Digest
 authentication, I even found a commit 4 years ago stating that exactly.
 But still, it seems Cyberduck is insisting on Basic Auth only.
 I can successfully connect with IE - though I cannot upload files
 obviously, but the authentication works just fine with the same password
 as provided to Cyberduck.


 Regards

 Thomas

-- 
Ticket URL: <http://trac.cyberduck.ch/ticket/7257>
Cyberduck <http://cyberduck.ch>
Open source FTP, SFTP, WebDAV, Cloud Files, Google Docs & Amazon S3 Browser for Mac & Windows.


More information about the Cyberduck-trac mailing list