Cloudflare access for WebDAV

So I have a Synology NAS with cloudflared docker running on it. I also have the manufacturer provided WebDAV server running. I was able to connect without issue for the first hour, however now it is blocking all login attempts. Logins work fine when connecting directly via IP over the local network using a client that accepts the self signed certificate. But no longer works over cloudflared. I'm suspecting an issue with the WAF configuration, but am not familiar enough to figure out the cause. Anyone up to help troubleshoot?
1 Reply
Chaika
Chaika3mo ago
If you 🔍 there's a few interesting posts about CF with WEBDAV First being caching might be messing with it: https://forum.rclone.org/t/webdav-server-behind-cloudflare/45620 Another being Cloudflare's chunked encoding (enabled by default, can disable under Additional Application Settings -> HTTP Settings -> Disable Chunked Encoding under the hostname) could mess with it: https://github.com/Cloudflare/Cloudflared/issues/69#issuecomment-819128695 would maybe try one (or both of those)