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

github.com/ONLYOFFICE/onlyoffice-nextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Linnik <sergey.linnik@onlyoffice.com>2022-03-29 17:32:51 +0300
committerGitHub <noreply@github.com>2022-03-29 17:32:51 +0300
commitea6ba9a811bbbbc92bc591674352a007decf547b (patch)
tree028ed6ff737f306e0e2090118f51fbb31c97b7b3
parente0c50a5a0d33013520dd66e06a3d5864f635a4d6 (diff)
parent98a6d76a2f194a85e69277f1e872cb5a42e6cee0 (diff)
Merge pull request #609 from ONLYOFFICE/feature/update-readme
Update README.md
-rw-r--r--README.md11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.md b/README.md
index e591088..17def09 100644
--- a/README.md
+++ b/README.md
@@ -145,13 +145,20 @@ If the connection is made using the same authorization keys (the _Username and p
If different authorization keys are used (_Log-in credentials, save in database_ or _User entered, store in database_ authentication options), the co-editing is not available.
When the _Log-in credentials, save in session_ authentication type is used, the files cannot be opened in the editor.
-* If you are using a self-signed certificate for your **Document Server**, Nextcloud will not validate such a certificate and will not allow connection to/from **Document Server**. This issue can be solved the following way: locate the Nextcloud config file (_/nextcloud/config/config.php_) and open it. Insert the following section to it:
+* If you are using a self-signed certificate for your **Document Server**, Nextcloud will not validate such a certificate and will not allow connection to/from **Document Server**. This issue can be solved in two ways.
+
+ You can check the '**Disable certificate verification (insecure)**' box on the ONLYOFFICE administration page, Server settings section, within your Nextcloud.
+
+ Another option is to change the Nextcloud config file manually. Locate the Nextcloud config file (_/nextcloud/config/config.php_) and open it. Insert the following section to it:
+
```php
'onlyoffice' => array (
'verify_peer_off' => true
)
```
- This will disable the certificate verification and allow Nextcloud to establish connection with **Document Server**, but you must remember that this is a temporary insecure solution and we strongly recommend that you replace the certificate with the one issued by some CA. Once you do that, do not forget to remove the above section from Nextcloud config file.
+ This will disable the certificate verification and allow Nextcloud to establish connection with **Document Server**.
+
+ Please remember that this is a temporary insecure solution and we strongly recommend that you replace the certificate with the one issued by some CA. Once you do that, do not forget to uncheck the corresponding setting box or remove the above section from the Nextcloud config file.
## ONLYOFFICE Docs editions