Closed roukydesbois closed 2 years ago
Installation went fine, but OO is unusable via Nextcloud or the Android app - probably because the address https:///healthcheck returns a 400 error
root@ynh:~# yunohost -v yunohost: repo: stable version: 4.2.6.1 yunohost-admin: repo: stable version: 4.2.3.3 moulinette: repo: stable version: 4.2.3.3 ssowat: repo: stable version: 4.2.3
Well, for the nextcloud app to succeed in connecting to OO ;)
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?
Same problem here. When adding :8096 to the URL the error changes to: ssl3_get_record:wrong version number
I've just tried with the new version and everything works!
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:
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?