From 0294cb1a49ffdc29be669ac95337f380c327f8a0 Mon Sep 17 00:00:00 2001 From: soohwa Date: Wed, 8 Nov 2017 11:28:00 +0900 Subject: [PATCH] Complete description --- WebHook-And-CA.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WebHook-And-CA.md b/WebHook-And-CA.md index cf0b870..b27c342 100644 --- a/WebHook-And-CA.md +++ b/WebHook-And-CA.md @@ -1,4 +1,4 @@ -Suppose you deploy rocketchat behind a reverse proxy on https with a Let's Encrypt certificate. If you want to send wekan notifications to rocketchat, you may have a certificate problem: Let's Encrypt's CA is not recognized. +Because NodeJS uses an [hardcoded list of certificates](https://github.com/nodejs/node/issues/4175) if you deploy a site (receiving the webhook from wekan) behind a reverse proxy on https with a Let's Encrypt certificate you may have a problem: Let's Encrypt's CA is not recognized. * Download the Let’s Encrypt Authority X3 (IdenTrust cross-signed) from [here](https://letsencrypt.org/certificates/) ```sh