I get error in browser console when click download of any file:
/library/library-id/MyLibrary/:1 Mixed Content: The site at ‘https://sf.domain.net/’ was loaded over a secure connection, but the file at ‘https://sf.domain.net/seafhttp/repos/library-id/files//filename/?op=download’ was redirected through an insecure connection. This file should be served over HTTPS. See Chromium Blog: Protecting users from insecure downloads in Google Chrome for more details.
I’ve tried:
- add ‘127.0.0.1’ to ALLOWED_HOSTS
- add middleware “stripprefix” for “/seafhttp” in Traefik setup
I think it is probably a bad Traefik configuration, but I cannot figure it out. My config works well for Pro 11 version.