← Back to team overview

duplicity-team team mailing list archive

Re: [Question #248020]: WebDAV "SSLError: The read operation timed out" on goneo.de

 

Question #248020 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/248020

edso posted a new comment:
Aria,

read up on HTTP auth methods if you are interested in how it works
http://en.wikipedia.org/wiki/Digest_access_authentication
http://en.wikipedia.org/wiki/Basic_access_authentication
you do not transfer passwords but hashes instead.

FolderSync is of no significance here as it simply signals the webdav
service works at all. as webdav is merely a not very strictly defined
http based protocol the implementation often differs in details. e.g.
the server might expect some request text camelcased, but the client
asks for lowercased, or the other way around.

the log you sent showed that the server 
- didn't recognize the auth headers on the first try
- didn't like the username on the second to last tries

i suggest you start to investigate with the latter.

as long as i don't have access to a goneo account i can't try to
reproduce your issue.

..ede/duply.net

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.