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.