summaryrefslogtreecommitdiffstats
path: root/doc/install/Troubleshooting.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-27 08:50:04 -0700
committerit33 <iantien@gmail.com>2015-10-27 08:50:04 -0700
commitbfb53fc3e0c365d0d25e085c0506844de1db7574 (patch)
tree474b9abdf7678e97ce05fe988c34ed0ac13bcd81 /doc/install/Troubleshooting.md
parentb1d4e65ebbaff69e0a35f584a68a3116e3dbe92f (diff)
downloadchat-bfb53fc3e0c365d0d25e085c0506844de1db7574.tar.gz
chat-bfb53fc3e0c365d0d25e085c0506844de1db7574.tar.bz2
chat-bfb53fc3e0c365d0d25e085c0506844de1db7574.zip
Update Troubleshooting.md
Diffstat (limited to 'doc/install/Troubleshooting.md')
-rw-r--r--doc/install/Troubleshooting.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/install/Troubleshooting.md b/doc/install/Troubleshooting.md
index eef9fc16e..03760b0df 100644
--- a/doc/install/Troubleshooting.md
+++ b/doc/install/Troubleshooting.md
@@ -8,9 +8,6 @@
#### Common Issues
-##### Error message in logs when attempting to sign-up: `x509: certificate signed by unknown authority`
- - This error may appear when attempt to use a self-signed certificate to setup SSL, which is not yet supported by Mattermost. You can resolve this issue by setting up a load balancer like Ngnix. A ticket exists to [add support for self-signed certificates in future](x509: certificate signed by unknown authority).
-
##### Lost System Administrator account
- If the System Administrator account becomes unavailable, a person leaving the organization for example, you can set a new system admin from the commandline using `./platform -assign_role -team_name="yourteam" -email="you@example.com" -role="system_admin"`.
- After assigning the role the user needs to log out and log back in before the System Administrator role is applied.
@@ -24,7 +21,9 @@
The following is a list of common error messages and solutions:
-##### "We cannot reach the Mattermost service. The service may be down or misconfigured. Please contact an administrator to make sure the WebSocket port is configured properly"
+###### `We cannot reach the Mattermost service. The service may be down or misconfigured. Please contact an administrator to make sure the WebSocket port is configured properly`
- Message appears in blue bar on team site. Check that [your websocket port is properly configured](https://github.com/mattermost/platform/blob/master/doc/install/Production-Ubuntu.md#set-up-nginx-server).
+###### `x509: certificate signed by unknown authority` in server logs when attempting to sign-up
+ - This error may appear when attempt to use a self-signed certificate to setup SSL, which is not yet supported by Mattermost. You can resolve this issue by setting up a load balancer like Ngnix. A ticket exists to [add support for self-signed certificates in future](x509: certificate signed by unknown authority).