From 2608564da1ab50168d2f841e3021e755d3fd37e0 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 12 Apr 2016 13:15:40 +0200 Subject: [PATCH] better README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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://:' 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