I m trying to integrate Onlyoffice with nextcloud. BUt i m facing Error when trying to connect (Error occurred in the document service: Error while downloading the document file to be converted.) (version 7.0.0.132) error while connecting onlyoffice from nextcloud.
Nextcloud and office installed on oracle7 Linux.
I used this one:-
'allow_local_remote_servers’ => true, ‘onlyoffice’=> array ( ‘verify_peer_off’ => true, ),
changed value of “rejectUnauthorized”: from true to false in /etc/onlyoffice/documentserver/default.json
Hello @sushant
Let’s focus on one communication channel. Please do not post additional posts on GitHub. Let’s try to fix it here.
I read all information on both links and I have a few questions:
Nextcloud version and connector app version.
As far as I understand, the integrated example works properly and the issue is related to integration only. Please reproduce the issue (click Save button in the connector app) > provide us with fresh Document server and Nextcloud logs.
I see that users on Nextcloud forum offered you to run wget command from Nextcloud server to Document server and vice versa. But I can’t find a screenshot with output result when you are running wget from Document server to Nextcloud.
I m currently using 23.0.2 Nextclou in docker container. and I m not sure about connector app version can you help me to find out it.
Here is out put i m running wget command from office server to nextcloud server
[root@OOFFICE ~]# wget https://nx.exadime.com/
--2022-03-16 09:47:46-- https://nx.exadime.com/
Resolving nx.exadime.com (nx.exadime.com)... 10.0.0.40
Connecting to nx.exadime.com (nx.exadime.com)|10.0.0.40|:443... connected.
ERROR: cannot verify nx.exadime.com's certificate, issued by ‘/C=GB/ST=Greater Manchester/L=Salford/O=Sectigo Limited/CN=Sectigo RSA Domain Validation Secure Server CA’:
Unable to locally verify the issuer's authority.
To connect to nx.exadime.com insecurely, use `--no-check-certificate'.
[root@OOFFICE ~]#
Judging by the screenshot you posted on Github, you’ve entered the same address for the Document Server and Nextcloud in the Advanced server settings in Nextcloud. That assumes that Nextcloud and Docs can reach each other via the same address, which is, of course, not the case.
You should try to either leave both of the Advanced server settings fields empty or enter the Document Server address (office.exadime.com, I assume) in the first one and the Nextcloud address (nx.exadime.com) in the second one.
Hello @sushant
No, nx.exadime.com is your Nextcloud portal address. But you set it in the first field (DS field).
Please set Document server address in the first field as @Serge mentioned and click Save button. Please let us know the result.
As for other fields, please try to leave them empty.