mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-08 16:49:02 +03:00
[GH-ISSUE #636] After configuring the tls certificate, webdav access fails #384
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sun0537 on GitHub (Oct 14, 2025).
Original GitHub issue: https://github.com/sigoden/dufs/issues/636
Problem
After configuring the tls certificate in the dufs configuration file, The certificate uses a wildcard domain name certificate, and the domain name accessed by the browser has been protected by tls. I can log in using the domain name in the browser, and can also successfully create and delete files, but webdav access fails.
Is there any configuration I haven't noticed?
Start dufs directly using the following command:
Configuration
Start with the following configuration file
Log
The test log before configuring the tls certificate is accessed using http://ip:port, and there is no problem
Test log after configuring tls certificate, accessed using https://sub.domain.tld, failed
Environment Information