haiwen / seadroid

Android client for Seafile
Other
540 stars 277 forks source link

[BUG] Upload/download failed when seafile server FILE_SERVER_ROOT host doesn't match SERVICE_URL host and FILE_SERVER_ROOT use HTTPS #948

Closed kuresaru closed 5 months ago

kuresaru commented 2 years ago

Version

Problem

Can't upload or download any files with seadroid, and no any requests in seafhttp nginx access log. But in same config, seahub web works OK.

Reappear

Seafile server on server A, nginx on server A proxy pass to local seahub port 8000, nginx on server B proxy pass to server A seafile port 8082, and both nginx use https. (Nginx on server B use http will works OK.)

In some special reason, I can't use nginx on same server to access seahub and seafhttp.

maxiaoping commented 2 years ago

You can update the latest version of seadroid to test it

kuresaru commented 2 years ago

You can update the latest version of seadroid to test it

I upgrade to seafile server 9.0.9 and seadroid 2.2.48, and the problem is still.