I’ve installed onlyoffice docs server 6.4.1-45 - nginx - ssl (own cert)
on localhost port 88 server runs charmly good
only on ssl i can connect to example ssl is good - but if i open any docs
error: first: yellow : the document couldnt be opened - contact admin -
error: second: red: Download fail
so i press ok back to example page
further it gives logical troubles to nextcloud:
couldn’t download doc from docserver to be converted…6.4.1-45
so nextcloud find docserver - secret is done also
where is the hint i can’t see - with ssl connection no download?
thanks for helping me out
Browser Firefox v92 - linux
OS: Ubuntu 20.04
place of install: /var/www/onlyoffice
my ds.conf of nginx is:
juergen@juergen:~$ sudo systemctl status nginx.service
● nginx.service - A high performance web server and a reverse proxy server
Loaded: loaded (/lib/systemd/system/nginx.service; enabled; vendor preset: enabled) Active: active (running) since Fri 2021-10-01 02:55:16 CEST; 19min ago
Docs: man:nginx(8)
Process: 45863 ExecStartPre=/usr/sbin/nginx -t -q -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Process: 45864 ExecStart=/usr/sbin/nginx -g daemon on; master_process on; (code=exited, status=0/SUCCESS)
Main PID: 45865 (nginx)
Tasks: 9 (limit: 38438)
Memory: 19.6M
CGroup: /system.slice/nginx.service
├─45865 nginx: master process /usr/sbin/nginx -g daemon on; master_process on;
├─45866 nginx: worker process
├─45867 nginx: worker process
├─45868 nginx: worker process
├─45869 nginx: worker process
├─45870 nginx: worker process
├─45871 nginx: worker process
├─45872 nginx: worker process
└─45873 nginx: worker process
Okt 01 02:55:16 juergen systemd[1]: Starting A high performance web server and a reverse proxy server…
Okt 01 02:55:16 juergen systemd[1]: Started A high performance web server and a reverse proxy server.
juergen@juergen:~$ proxyok
Please provide us with all the logs located in the following directory (depending on the Installation type of your Document Server(DS) )
/var/log/onlyoffice/documentserver/ (Linux/Docker - inside the Document Server Docker container)
/var/log/onlyoffice/documentserver/ (Linux/DEB/RPM - on your host machine)
Also - please specify the exact method/guide you used to install your ONLYOFFICE DS and to switch it to HTTPS.
->looked at
/etc/onlyoffice/documentserver/nginx/ds-ssl.conf
and did the config in
/etc/onlyoffice/documentserver/nginx/ds.conf (first post - config at this time running)
→ changed ports and paths to ssl (tried a little bit with configs to get it running)
→ restarted
→ (tried to split server local:88 and ssl:6443 - but then i got the local - page Server is runnung with a green ok (no example)
→ at ssl 6443 the example page)
with this config i got example page at localhost:88 where i can do everthing with docs and server
at ssl → only example page on https://DDNS:6443 with verified ssl :good:
but if i open docs/any included opening uploaded docs error appears.
at this time I’ḿ on ubuntu 21.10 and reinstalled onlyoffice → no change
in folder /var/lib/onlyoffice/documentserver-example/files/myip/sample.docx
→ where examples are stored
and tried open sample.docx in this folder - it opens onlyoffice but its empty (do not open context)
so if i could’nt open locally it’s logical it cannot open ext.
but if i do download to document there is no problem to do it, neither to download nor to open with onlyoffice in download folder with context.
Upload also no problem,
only opening documents - yellow error can not be saved… ask admin
red error download failed → ok
i think it’s a problem of permissions to make it going, but please look at logs they are much more exacter than my thinking about lol…