How do I establish a WebDAV connection in Gnome 3?

43,825

Solution 1

In the Server Address field type the following:

davs://[email protected]/path

The user@ and path parts are of course optional, so, if needed, you can just type:

davs://host.name/

If you need, you may provide a password as well:

davs://user:[email protected]/path

Solution 2

If someone is getting the error "SSL Handshake Failed", then exclude the "s" from davs since we are not using SSL i.e.

dav://user@hostname:port/path

This took me a while to figure out so hopefully this helps some people out there :).

Share:
43,825

Related videos on Youtube

John Brines
Author by

John Brines

Updated on September 18, 2022

Comments

  • John Brines
    John Brines over 1 year

    In Nautilus from Gnome 3, the Connect to Server dialog is missing the Type field.

    How can I establish a WebDAV connection?

    Screenshot of the dialog

  • Marc
    Marc almost 10 years
    I'm embarrassed to say how long I've been fighting with this, only to find I was missing that trailing slash after host.name. Thanks.
  • mjaggard
    mjaggard over 8 years
    The help for this in Nautilus is also not helpful because it says to use http:// or https:// for WebDAV
  • jjmerelo
    jjmerelo over 5 years
    I'm using ubuntu 12.04, and this simply does not seem to work. It's returning 403: FORBIDDEN all the time.
  • Andrea Corbellini
    Andrea Corbellini over 5 years
    @jjmerelo: you might need to authenticate. By the way, please note that 12.04 was released more than 6 years ago and it's EOL now
  • Scott P.
    Scott P. about 5 years
    Keep getting "HTTP Error: Unauthorized" on 19.04 even though my username and password are provided.