onlyoffice-nextcloud
onlyoffice-nextcloud copied to clipboard
连接是发生异常 (文档服务内部发生异常: Error while downloading the document file to be converted.) (版本 7.0.1.37)
nextcloud t添加 ONLYOFFICE 报错使用容器部署的onlyoffice/documentserver 端口8080,自签证书
Moving this issue to nextcloud repo, seems problem with integration
Also please translate all text to English, we do not know your language and please use only english language in our issues
如果你的nextcloud和onlyoffice都是https访问,且nextcloud是私有ssl证书的话,可以尝试一下以下方法:
关闭 onlyoffice 的 ssl 证书验证
vim /etc/onlyoffice/documentserver/default.json
修改rejectUnauthorized": false
"requestDefaults": {
"headers": {
"User-Agent": "Node.js/6.13",
"Connection": "Keep-Alive"
},
"gzip": true,
"rejectUnauthorized": false
},
如果你的nextcloud和onlyoffice都是https访问,且nextcloud是私有SSL证书的话,可以尝试一下以下方法: 关闭 OnlyOffice 的 SSL 证书验证 修改
vim /etc/onlyoffice/documentserver/default.json``rejectUnauthorized": false
"requestDefaults": { "headers": { "User-Agent": "Node.js/6.13", "Connection": "Keep-Alive" }, "gzip": true, "rejectUnauthorized": false },
大神,我为什么没有找到这个文件?
Hi, @RobinLDW
If you're using the Docker installation, the file is inside the Document Server container. You can access it with docker exec -it [container ID] bash
.
For Windows, it's in %ProgramFiles%\ONLYOFFICE\DocumentServer\config
Also, to everyone else here: please stick to English in the discussions.
请问你解决了吗,我的也没找到这个文件
请问你解决了吗?
@INSIinc @AL-Mazai 您好,请问您们遇到的是什么问题?