Remote.php/webdav not implemented

When i try to add my owncloud account to the owncloud client i get a error when using my secure connection
i am using a pound reverse proxy to enable https (self signed BTW) and i get this error from the owncloud client (this way i only have the extra overhead on my mobile hardware (laptop) and not on my desktop where the only thing between the client and server is a unmanaged switch)
Error downloading https://[my_domain]/owncloud/remote.php/webdav - server replied: Not Implemented
when i go to this address in a web browser is says "This is the WebDAV interface. It can only be accessed by WebDAV clients such as the ownCloud desktop sync client."

owncloud version: 9.1.3
client version: 2.1.1+dfsg-1ubuntu1.1

it works fine if i don't go through the reverse proxy over http, i have no issue logging in via a web browser via the pound reverse proxy (unless you count how slow the gui is on a raspberry pi)

Hi,

there is a large FAQ available here at the forums [1] explaining / providing all needed info. In your case your proxy is most likely just blocking the needed WebDAV calls. If you need further support with that its probably also useful to contact a support channel / community for this Proxy.

[1]

Thanks, you got me on the right track
i did not even know there were other methods besides GET, POST, and HEAD


just had to set xHTTP to 2

1 Like

There is some discussion about which methods are needed and how to document these available at [1]. Contributions / follow comments there are probably welcome.

[1]