Hi everyone,
Yesterday i made a clean install Nethserver + Nextcloud (from Software center) + OnlyOffice + DocumentServer 5.1.4 as per instructions (onlyoffice Wiki).
Despite this, I have always received an error (when I press the Save button in Nextcloud - ONLYOFFICE):
“Command Request on check error: Error while downloading the document file to be converted.”
I spent the whole day trying to solve the problem.
I found a solution this morning. In file default.json (/etc/onlyoffice/documentserver/) I made a simple change (true to false):
“requestDefaults”: {
“headers”: {
“userAgent”: “Node.js/6.13”
},
“rejectUnauthorized”: false
},
I know the problem is in the certificates, but only in this way have I managed to make Onlyoffice to work.
I am a little confused