Merge pull request #6282 from nextcloud/backport/6082/stable20

[stable20] Add note about when to enable SSL
This commit is contained in:
Morris Jobke 2021-03-17 10:02:31 +01:00 committed by GitHub
commit ef47a39874
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -164,6 +164,8 @@ In case of UTF8MB4 you will also find::
SSL for MySQL Database
^^^^^^^^^^^^^^^^^^^^^^
Enabling SSL is only necessary if your database does not reside on the same server as your Nextcloud instance.
If you do not connect over localhost and need to allow remote connections then you should enable SSL.
This just covers the SSL database configuration on the Nextcloud server. First you need to configure your database server accordingly.
::