From 09e601e74c1c4c0961b3aa235480c891ab38a25d Mon Sep 17 00:00:00 2001 From: Colin Griffin Date: Fri, 19 Nov 2021 11:21:32 -0500 Subject: [PATCH] add remark about SSL termination --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cc5d748..fd5e5bb 100644 --- a/README.md +++ b/README.md @@ -71,3 +71,7 @@ If you cloned the repository without using `--recursive`, then you can initializ ``` For more advanced usage, please refer to the git documentation: [https://git-scm.com/book/en/v2/Git-Tools-Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) + +## Troubleshooting + +* SSL edge termination: If running behind a load balancer which handles SSL certificates, you will need to add the environmental variable `NODE_TLS_REJECT_UNAUTHORIZED=0` to prevent requests from being rejected. Only do this if you know what you are doing and trust the services/load-balancers directing traffic to your service.