Merge pull request #52 from calendso/ssl-docs

Add remark about SSL termination
This commit is contained in:
Colin Griffin 2021-11-24 12:02:13 -05:00 committed by GitHub
commit 36a0dcad9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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.