-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An unknown error occurred (Curl Response Code 301) #44
Comments
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? |
Same problem, different cause. Typed in just domain without https, my server does https redirect automatically. Maybe use curl in "follow" mode? 301 is a valid HTTP code which should be respected by the client and follow the redirect. anyway, specifying |
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)
The text was updated successfully, but these errors were encountered: