After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731662 - owncloud webdav cannot connect
owncloud webdav cannot connect
Status: RESOLVED DUPLICATE of bug 719653
Product: gnome-online-accounts
Classification: Core
Component: general
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME Online Accounts maintainer(s)
GNOME Online Accounts maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2014-06-14 18:17 UTC by elias
Modified: 2015-05-11 17:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description elias 2014-06-14 18:17:40 UTC
I configured owncloud as a gnome online account. This adds an entry to the nautilus sidebar. If I click on it, I get the error "HTTP-Error: Cannot connect to destination (link)".(The link is actually the URL of my owncloud.)
If I try to connect to the owncloud manually with the "connect to server" feature of nautilus it works.

The access.log of nginx tells me for the failed connection:
xxx.xxx.xxx.xxx - - [13/Jun/2014:23:24:26 +0200] "GET /remote.php/webdav/ HTTP/1.1" 401 303 "-" "-"
xxx.xxx.xxx.xxx - user [13/Jun/2014:23:24:28 +0200] "GET /remote.php/webdav/ HTTP/1.1" 200 1442 "-" "-"

For a working connection using nautilus manually:
xxx.xxx.xxx.xxx - - [13/Jun/2014:23:25:16 +0200] "OPTIONS /remote.php/webdav HTTP/1.1" 401 303 "-" "gvfs/1.18.3"
xxx.xxx.xxx.xxx - user [13/Jun/2014:23:25:17 +0200] "OPTIONS /remote.php/webdav HTTP/1.1" 200 0 "-" "gvfs/1.18.3"
xxx.xxx.xxx.xxx - user [13/Jun/2014:23:25:18 +0200] "PROPFIND /remote.php/webdav HTTP/1.1" 207 387 "-" "gvfs/1.18.3"
xxx.xxx.xxx.xxx - user [13/Jun/2014:23:25:18 +0200] "OPTIONS /remote.php/ HTTP/1.1" 404 31 "-" "gvfs/1.18.3"
xxx.xxx.xxx.xxx - user [13/Jun/2014:23:25:19 +0200] "PROPFIND /remote.php/webdav HTTP/1.1" 207 651 "-" "gvfs/1.18.3"
xxx.xxx.xxx.xxx - user [13/Jun/2014:23:25:20 +0200] "PROPFIND /remote.php/webdav HTTP/1.1" 207 2669 "-" "gvfs/1.18.3"
xxx.xxx.xxx.xxx - user [13/Jun/2014:23:25:20 +0200] "PROPFIND /remote.php/webdav HTTP/1.1" 207 651 "-" "gvfs/1.18.3"
xxx.xxx.xxx.xxx - user [13/Jun/2014:23:25:21 +0200] "PROPFIND /remote.php/webdav HTTP/1.1" 207 651 "-" "gvfs/1.18.3"

I am also using a self-signed certificate (in case that makes any difference).
Comment 1 Debarshi Ray 2015-02-23 10:32:26 UTC
Is this bug still valid? If you can create a test account for me and email me the credentials privately then it will be the easiest option for me to debug it.
Comment 2 elias 2015-02-25 09:38:31 UTC
I have changed my setup so I do not know whether this bug still exists. In case anyone has the same problem or wants to try to reproduce this. It was owncloud with nginx running on a raspberry pi that was accessible through dyndns and a higher port number.
Comment 3 Debarshi Ray 2015-05-11 17:32:23 UTC

*** This bug has been marked as a duplicate of bug 719653 ***