Skip to content

Commit 4171a8d

Browse files
authored
Fixing typo in config-settings.rst
Entering "tls" in the config file will cause running mattermost to fail with the message "Invalid value for webserver connection security.". However, "TLS" works and will correctly configure mattermost to run with HTTPS.
1 parent 88f91f5 commit 4171a8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/administration/config-settings.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Connection Security
6666
**TLS**: Encrypts the communication between Mattermost and your server. See [documentation](https://docs.mattermost.com/install/setup-tls.html) for more details.
6767

6868
+---------------------------------------------------------------------------------------------------------------------------------------------+
69-
| This feature's ``config.json`` setting is ``"ConnectionSecurity": ""`` with options ``""`` and ``tls`` for the above settings respectively |
69+
| This feature's ``config.json`` setting is ``"ConnectionSecurity": ""`` with options ``""`` and ``TLS`` for the above settings respectively |
7070
+---------------------------------------------------------------------------------------------------------------------------------------------+
7171

7272
TLS Certificate File

0 commit comments

Comments
 (0)