diff --git a/FAQ.md b/FAQ.md new file mode 100644 index 0000000..9cbf289 --- /dev/null +++ b/FAQ.md @@ -0,0 +1,10 @@ +## Something doesn't work +First create a basic configuration following https://github.com/42wim/matterbridge/wiki/How-to-create-your-config + +## Mattermost +### "version not supported error" +By default matterbridge tries https to connect to your mattermost setup. +If you're using a test setup for mattermost, this will probably listen on http and on port 8065. + +Add ```NoTLS=true``` and use ```Server="yourmattermostserver.domain:8065"``` to your mattermost config. +Also see https://github.com/42wim/matterbridge/wiki/Section-Mattermost-(basic)