君木天
Results
1
comments of
君木天
如果你的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 }, ```