Nextcloud Nautilus integration

hey @Aqua1ung welcome back :ok_hand:

can you please describe your setup? Support template. Please use this when you request support

from your screenshot it looks like you’re trying to mount webdav in Nautilus via dav2fs without a valid certificate? using davs:// is implying “s=secure” as in SSL, by the looks of that unmountable location you’re trying to mount a local not HTTPS-secured network device. make sure you have a valid certificate for your instance and use FQDN.

your target should look something like this;
davs://dad@cloud.yourdomain.tld/remote.php/dav/files/dad

If your server connection is not HTTPS-secured, use dav://
dav://dad@your.cloud.server.ip/remote.php/dav/files/dad

same issue here, GCC is expecting a valid certificate, that’s how dav2fs works i.e.:
https://example.com/nextcloud/remote.php/dav/files/USERNAME/

1 Like