owncloud / qnap

App for qnap - license defines number of allowed users - this app disables those over the limit
GNU General Public License v2.0
3 stars 3 forks source link

[QA] First login of admin user fails using HTTPS:// #23

Closed jnweiger closed 3 years ago

jnweiger commented 3 years ago

Seen with owncloud for QNAP 10.8.0 RC1 from ownCloud_10.8.0_arm-x41.qpkg using Firefox 89.0.2

With a shift reload, the request turns into GET /owncloud/apps/files/ HTTP/1.1 and succeeds.

Using http://10.90.4.178:8080/owncloud for the initial login works immeditely

jnweiger commented 3 years ago

With google-chrome and https, the login page already fails to load. Cannot test that redirect. Using http://10.90.4.178:8080/owncloud also works with google-chrome.

jnweiger commented 3 years ago

This is with a qnap machine from factory reset. It probably has no valid ssl certificate ...

wkloucek commented 3 years ago

caused by https://github.com/owncloud/qnap/issues/40

jnweiger commented 3 years ago

Retested with https://github.com/owncloud/qnap-packaging/releases/tag/v10.8.0.0-rc3 on both arm and x86, and both firefox and chrome.

Confirmed fixed: login works as expected in all cases. Thanks!