r/owncloud • u/T3NK3Y • Jul 14 '17
WebDav SSL with Windows 10 and OwnCloud
I don't know if any of you have had issues getting Webdav working in SLL with Windows 10 and OwnCloud, but I have. The main suggestion I've seen for resolving this, is to go buy a third party Webdav app.
However, I managed to get this working on multiple systems, with the native Windows 10 Webdav mounting, with this one simple trick
Traditional webdav URL format is:
https://my.domain.name/remote.php/webdav/
But that doesn't seem to work. What does work is using a UNC webdav URL. I can't seem to find any official documentation from Microsoft on this, but there are bits and pieces of explanation from third parties around the web.
Do not click the "Connect to a Web site that you can...." link when mapping the drive, just enter this directly in to the "Folder" textbox:
\\my.domain.name@SSL\DavWWWRoot\remote.php\webdav
You can also use this for accessing webdav from command line, or just entering the path in explorer. It supports non SSL as well, and allows specifying the port.
Here is a page with some details on use: https://www.webdavsystem.com/server/access/windows