Issue mounting Seafile via WebDAV on Windows 10

I have Seafile 12.0.11 Community running on my LAN in docker, and it’s also exposed via WAN. I am using NPM as my reverse proxy and to deal with SSL certs. I have split DNS configured to access Seafile from the LAN by its DNS name.

I am able to access Seafile through the web browser via the HTTPS URL, and it works. I am able to access Seafile via Seadrive. I am able to mount a library via rclone.

I am also able to access my Seafile server through WebDAV with WinSCP and Cyberduck.

But when I try to mount the WebDAV share in Windows, an error message shows up:

r/seafile - Issue mounting Seafile via WebDAV on Windows 10

The URL that I input above is akin to https://seafile.example.com/seafdav/ and is accessible through a web browser (I’m prompted for credentials, am able to log in, and the libraries show up).

I am not sure what I’m doing wrong. I am never asked for credentials.

I have tried the above on my Windows 10 workstation, and in a Windows 10 VM.

I would appreciate any tips/leads/advice. Thanks!
(I tried to post this on /r/seafile, but it’s been 5 days and they still haven’t approved my post.)

I am having the same issue. In the seafdav logs, I can see 401 errors, although I can access WebDAV from the Browser or a Linux machine using the same credentials.

I was able to mount my share by omitting SSL/port and using a URI in the form of \\example.com\seafdav. Still looking for a solution for mapping via SSL.