Skip to content

Commit

Permalink
Fixing typo in config-settings.rst
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
qyra committed Nov 23, 2016
1 parent 88f91f5 commit 4171a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/administration/config-settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Connection Security
**TLS**: Encrypts the communication between Mattermost and your server. See [documentation](https://docs.mattermost.com/install/setup-tls.html) for more details.

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

TLS Certificate File
Expand Down

0 comments on commit 4171a8d

Please sign in to comment.