Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2016-04-12 14:15:40 +0300
committerAndras Timar <andras.timar@collabora.com>2016-04-12 14:15:40 +0300
commit2608564da1ab50168d2f841e3021e755d3fd37e0 (patch)
tree0ef1313f4032f981fa087c4bd57a9541662d76ca /README.md
parent1f1f76b676d4a27ec49c628d142ccd88545abca9 (diff)
better README
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3a33e73..862edf87 100644
--- a/README.md
+++ b/README.md
@@ -28,4 +28,10 @@ You need to configure the WOPI Client URL, which is where the LibreOffice Online
occ config:app:set --value='https://<hostname or IP address>:<port>' richdocuments wopi_url
-Default port is 9980. If loolwsd was compiled without SSL (like in the [CODE VM](https://collaboraoffice.com/code/)), you have to write `http` instead of `https`.
+Default port is 9980. If loolwsd was compiled without SSL (like in the [CODE VM](https://collaboraoffice.com/code/)), you have to write `http` instead of `https`. If you use SSL, and you get the following error:
+
+ cURL error 60: SSL certificate problem: self signed certificate in certificate chain
+
+You have to add the CA cert manually to ownCloud trusted cert storage:
+
+ cat ca-chain.cert.pem >> owncloud/resources/config/ca-bundle.crt