Open fancywriter opened 2 months ago
WebDAV works, I have tested it with davfs2, was able to mount directory (on laptop, not on pocketbook). Though it complained about "the server certificate does not match the server name", which is fine for me, I wish to ignore it now.
It appeared it helped when I changed just "hostname" to "https://hostname" in the first field... Would be nice for this app to autocomplete the protocol because it's kind of obvious it's always https...
Unfortunately it is not obvious as there are still some users using their server without a cert. Once you type in the server URL there should be the text "https://domainname or WebDAV Url" shown. Do you think this remark is not enough?
This is the only what I see on Apache server logs:
When I try to connect to my nextcloud on the same network with username and password. What exact CURL request is done? Does it have any logs? Or could I enable the logs to debug it?
If I do manually (from my laptop)
I am getting 200 OK with
However, If I add
-X PROFFIND
, I am getting an error, but a different one (and error 501, not 301):(and no other details in apache or nextcloud logs about that)