duplicity-team team mailing list archive
-
duplicity-team team
-
Mailing list archive
-
Message #02220
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 proposed the following answer:
yeah, sorry right. the mentioned bug still needs to be fixed. find the following file of your local duplicity
duplicity/backends/webdavbackend.py
edit around line 206
elif response.status == 401:
insert --> response.read()
response.close()
self.headers['Authorization'] = self.get_authorization(response, quoted_path)
!!! make sure the indention is exactly the same as the lines below the
inserted line.
..ede
--
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.