Cloudflare Downloads WebGUI - Blocked

Hey all,
I’m having trouble figuring out where to fix this. I have all my internal stuff setup to be access via a zero trust cloudflare tunnel. I am able to get to my URL just fine, browse files just fine, but nothing loads or downloads via desktop browser (Chrome, Firefox downloads fine but won’t preview files). iOS app works just fine to load stuff.
URL loads, I’m able to log in. The only error I’m able to see is “Mixed content” when I inspect the preview page on a PDF.

Service URL: https://…
File_server_root: https://…/seafhttp
CSRF_trusted_origins: [‘https://…’]
ENV file seafile_server_protocol: http
ENV file seafile_server_hostname: … (same as service url minus the https)

Cloudflare public hostname config set to http and IP address:port

All of this is running via docker, following the documentation guide from seafile directly.

In case anyone was wondering, the fix was the leave all other configs the same but change the “seafile_server_protocol” to https.

1 Like