Friday, May 3, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 4122  / 2 Years ago, tue, september 27, 2022, 7:27:08

I'm trying to connect to a secure WebDAV server but I keep getting the error "org.freedesktop.DBus.Error.NoReply"




DBus error org.freedesktop.DBus.Error.NoReply: Did not receive a
reply. Possible causes include: the remote application did not send a
reply, the message bus security policy blocked the reply, the reply
timeout expired, or the network connection was broken.




How can I check the security policy or furthur diagnose the problem? I am connected through windows machines.


More From » security

 Answers
0

Make sure the URI you connect to is like this:



For SSL (https):



davs://[username@]servername.tld/folder


If not encrypted (http):



dav://[username@]servername.tld/folder


AFAIK, most webdav servers can only access known folders, they don't support browsing from the root up. Also, the webdav user may be a different one than your current user.



If you don't mind having some xfce dependencies on board, the gigolo package will give you a bookmark editor for such links.


[#43229] Thursday, September 29, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
tubequ

Total Points: 11
Total Questions: 113
Total Answers: 115

Location: Equatorial Guinea
Member since Thu, Oct 7, 2021
3 Years ago
;