RobinLDW
Results
1
comments of
RobinLDW
> 如果你的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,...