Hi everybody,
I run a Seafile CE server in my intranet on CentOS 7. When I upgraded to 7.1.3, I noticed that the server uses absolute links when using the “Download” button on a file. This breaks the android client for me because the intranet name resolution does not work on my mobile phone and I access the server by its IP.
Also, this circumvents https which is not a great issue in an intranet but should also not happen.
Example: If I access the server with https://server-name/
, the download link will be http://server-name:8082/.../file
Is this issue known?
Best regards,
Johannes