summaryrefslogtreecommitdiffstats
path: root/doc/install/Troubleshooting.md
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-18 22:57:30 -0700
committerit33 <iantien@gmail.com>2015-10-18 22:57:30 -0700
commite308923aeca0a45463aeeeea7b0b3e3bc313f033 (patch)
treed6f8228bd40b2e58c6eb342cfd2c579a619430ec /doc/install/Troubleshooting.md
parentbc76dbee9b6d8c4afb4274278e14ca30de735dbf (diff)
downloadchat-e308923aeca0a45463aeeeea7b0b3e3bc313f033.tar.gz
chat-e308923aeca0a45463aeeeea7b0b3e3bc313f033.tar.bz2
chat-e308923aeca0a45463aeeeea7b0b3e3bc313f033.zip
Update Troubleshooting.md
Diffstat (limited to 'doc/install/Troubleshooting.md')
-rw-r--r--doc/install/Troubleshooting.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/install/Troubleshooting.md b/doc/install/Troubleshooting.md
index b87663ab3..6a7260ddf 100644
--- a/doc/install/Troubleshooting.md
+++ b/doc/install/Troubleshooting.md
@@ -5,3 +5,8 @@
1. **DO NOT manipulate the Mattermost database**
- In particular, DO NOT delete data from the database, as Mattermost is designed to stop working if data integrity has been compromised. The system is designed to archive content continously and generally assumes data is never deleted.
+
+#### Common Issues
+
+1. 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).