YunoHost-Apps / onlyoffice_ynh

OnlyOffice package for YunoHost
https://www.onlyoffice.com
GNU General Public License v3.0
19 stars 19 forks source link

Can't connect nextcloud or Android app, healthcheck URL returns a 400 error #63

Closed roukydesbois closed 2 years ago

roukydesbois commented 3 years ago

Describe the bug

Installation went fine, but OO is unusable via Nextcloud or the Android app - probably because the address https:///healthcheck returns a 400 error

Context

Steps to reproduce

Expected behavior

Well, for the nextcloud app to succeed in connecting to OO ;)

Logs

I found this in the documentserver/nginx.error.log:

2021/08/07 22:52:00 [error] 30035#30035: *1040 connect() failed (111: Connection refused) while connecting to upstream, client: 127.0.0.1, server: , request: "GET /healthcheck/ HTTP/1.1", upstream: "http://[::1]:8000/healthcheck/", host: "[my obfuscated documentserverURL]"

When I look at the nginx configuration for the documentserver, it's not running on port 8000 but on 8096, might this be the issue?

antibyte commented 3 years ago

Same problem here. When adding :8096 to the URL the error changes to: ssl3_get_record:wrong version number

roukydesbois commented 2 years ago

I've just tried with the new version and everything works!