Cannot use Pydio webdav

Dear all,

I am testing Pydio for the very first time. The setup was easy and the the web interface suits perfectly my first needs. The next step for me is to configure the webdav server. However it does not
seems to work at first sight.

Config:
Pydio 8.2.1
OS: CentOS 7
Install method following the official deployment guide

The web interface https://mydomain/dav/ is accessible through my username and password, but the server reply to my access attempts with an error message “Method Not Allowed”.
From my linux client with cyberduck , I got a similar answer:

Authenticating as admin…

HEAD /dav/ HTTP/1.1
Host: 192.168.0.18:8080
Connection: Keep-Alive
User-Agent: Cyberduck/6.6.2.28219 (Linux/4.15.0-29-generic) (amd64)
Accept-Encoding: gzip,deflate
Authorization: ********
< HTTP/1.1 405 Method Not Allowed
< Content-Length: 32
< Content-Type: text/plain; charset=utf-8
< Date: Sun, 05 Aug 2018 21:28:47 GMT
< Server: Pydio Cells Home Edition
PROPFIND /dav/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 242
Host: 192.168.0.18:8080
Connection: Keep-Alive
User-Agent: Cyberduck/6.6.2.28219 (Linux/4.15.0-29-generic) (amd64)
Accept-Encoding: gzip,deflate
Authorization: ********
< HTTP/1.1 207 Multi-Status
< Content-Type: text/xml; charset=utf-8
< Date: Sun, 05 Aug 2018 21:28:48 GMT
< Server: Pydio Cells Home Edition
Login successful…
Choose what action to take:

Cancel	 (cancel)
Download	Download changed and missing files (download)
Mirror	Download and Upload (mirror)
Upload	Upload changed and missing files (upload)

Action [cancel, download, mirror, upload]: upload
Prepare pydir ↔ pydir (Upload)…

PROPFIND /dav/ HTTP/1.1
Depth: 1
Content-Type: text/xml; charset=utf-8
Content-Length: 242
Host: 192.168.0.18:8080
Connection: Keep-Alive
User-Agent: Cyberduck/6.6.2.28219 (Linux/4.15.0-29-generic) (amd64)
Accept-Encoding: gzip,deflate
Authorization: ********
< HTTP/1.1 207 Multi-Status
< Content-Type: text/xml; charset=utf-8
< Date: Sun, 05 Aug 2018 21:29:01 GMT
< Server: Pydio Cells Home Edition
Transfer incomplete…

Am I missing somethng?
Thank you very much for your help! Do not hesitateto ask should you need any more details.

Hello,

There are possibly some webdav verbs are disabled on your server.
Webdav available vebs (method): https://annevankesteren.nl/2007/10/http-methods

Or in the apache config of Pydio, you dont have this line

apache >= 2.2
Allow from all

apache >2.2
Require all granted

I have the same problem, but with the official Docker container.

Is there a workaround for this?

Hi,
to be sure are you referring to this webdav implementation?

I am also experiencing this issue. Windows does not recognize it as a share and the browser displays method not allowed for Pydio Cells Home Edition

Please make sure that the “Force Basic Auth” must be always ON