← 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

A.M. posted a new comment:
So I think I know where the issue is..  This is what I get when I try to
open the connection with duplicity. It's either that the username is
transmitted incorrectly or not at all:

<?xml version="1.0" encoding="utf-8"?>
<d:error xmlns:d="DAV:" xmlns:s="http://sabredav.org/ns";>
  <s:exception>Sabre\DAV\Exception\NotAuthenticated</s:exception>
  <s:message>No digest authentication headers were found</s:message>
  <s:sabredav-version>1.8.5</s:sabredav-version>
</d:error>


This is what I get in FireFox when I enter "https://cloud1.goneo.de/share";, after a login prompt pops up and I simply press "cancel":

<d:error><s:exception>Sabre\DAV\Exception\NotAuthenticated</s:exception><s:message>No
digest authentication headers were found</s:message><s:sabredav-
version>1.8.5</s:sabredav-version></d:error>

So it's the exact same error. But before duplicity gives me the error
mention aboved this is what happens:

WebDAV create connection on 'cloud1.goneo.de' (retry 1)
WebDAV PROPFIND /share/ request with headers: {'Connection': 'keep-alive', 'Depth': '1'}
WebDAV data length: 0
WebDAV response status 401 with reason 'Unauthorized'.
WebDAV retry request with authentification headers.
WebDAV PROPFIND /share/ request2 with headers: {'Connection': 'keep-alive', 'Depth': '1', 'Authorization': 'Digest username="username", realm="ajxp_webdav_realm", nonce="5364443b5d3c3", uri="/share/", response="e1b65f609d9327e6523ed081df6fb0d3", opaque="df58bdff8cf60599c939187d0b5c54de", algorithm="MD5", qop=auth, nc=00000001, cnonce="65ba0b24b406d99e"'}
WebDAV data length: 0
WebDAV response2 status 200 with reason ''.
124


My best quess is that it tries to login to cloud1.goneo.de/share, but because there's no username:pw it fails and then tries to login with the header (not quite sure what it is) and fails again because no data is entered (--> The same error I get on FireFox when entering nothing in the login prompt).

It's really important that you know that it works fine with FolderSync.
I've set it to HTTPS, entered the URL (cloud.goneo.de), the start dir
(share) and my credentials and it works like a charm..

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