From d0c77e6106df4c529d59c8b56cf4c1b79ab35c9a Mon Sep 17 00:00:00 2001 From: Matt Simerson Date: Sat, 14 Apr 2018 11:39:13 -0700 Subject: [PATCH] add links to issues in Troubleshooting section --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3ab11d5..e910e55 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,9 @@ Config options are set in watch.ini. ## Troubleshooting * If you aren't getting activity, make sure your web browser is able to establish the websockets connection. Either use straight http (only) or have a valid signed TLS certificate. The security for websockets connections is more strict than plain HTTP(s). +* Additional info: + * [Watch not working](https://github.com/haraka/Haraka/issues/2385) + * [Running under AWS ELB](https://github.com/haraka/haraka-plugin-watch/issues/2)