Well hello there. It seems I’m a bit of a pickle… I’m trying to connect my Nextcloud server (version 24 the latest) to Onlyoffice (latest) both running on the same server Inside a Ubuntu server 22.04 VM in proxmox but get this weird error everytime.
My nextcloud server runs natively on apache2 with ufw allowing all ports I need) but I decided to run OnlyOffice inside a docker using a different port than the default one since 443 is already used by my NC. I can access both server with my domain name and both can be accessed using SSL/HTTPS from outside my network. Using a rapidssl cert.
Whenever I try to link both server together, I get this error:
Error while downloading the document file to be converted.) (version 7.3.3.49)
Not sure what’s going on as both servers runs just fine on their own and can be accessed from outside. Heres what I get in logs.
Ok, I’ve been able to fix my issue. Always verify your SSL Certificate. Mine was missing the CA Authority and by not having it configured in Apache, blocked the connexion.
Hello, i upgraded onlyoffice-ds to 7.3.3-49 and postgresql version 13 on centos 7, but error not fixed yet. Kindly see some of my config and error screen.
Actually, this command is used for Docker installations to restart Document Server services. Did you use it after changing JWT header in local.json? If yes, then try systemctl restart ds-* and check if you can connect afterwards.
Dear @Constantine , i also used that command after changing local.json, systemctl restart ds-* and systemctl restart nginx, but error not fixed.
Regard with thanks
Please run another test and disable JWT token for Document Server and remove 'jwt_secret' and 'jwt_header' strings from config.php of Nextcloud and retry.
To disable JWT on Document Server side change next parameters in local.json:
Actually, we usually do not recommend disabling JWT for security reasons, I have asked you to check if it connects to make sure that we have a problem with JWT in the first place.
Eventually, if you are fine with disabled JWT, then I was glad to help. However, if you decide to dig down into the problem and resolve the issue with enabled JWT to increase security measures, feel free to contact me back.
Dear @Constantine , Thanks you for your suggestion. I would like to enable Jwt and fixed that error. But unicode fonts are display incorrectly now, i will post in relevant topic of forum.
Thanks for your time and support.
Regard with thanks