diff options
author | Wim <wim@42.be> | 2015-10-25 01:00:19 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2015-10-25 01:00:19 +0200 |
commit | 8b6a00d1c58ee505fa1f5515d561eb909cb8063a (patch) | |
tree | 989fd9184a815f8d3581b77f889d0deb73420e3b /README.md | |
parent | 43738dbc89c888967181309002dc46b2c64990a0 (diff) | |
download | matterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.tar.gz matterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.tar.bz2 matterbridge-msglm-8b6a00d1c58ee505fa1f5515d561eb909cb8063a.zip |
Add SkipTLSVerify option for mattermost, allows selfsigned certificates
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -59,7 +59,8 @@ port=9999 showjoinpart=true #show irc users joining and parting #the token you get from the outgoing webhook in mattermost. If empty no token check will be done. token=yourtokenfrommattermost - +#disable certificate checking (selfsigned certificates) +#SkipTLSVerify=true ``` ### mattermost |