Skip to content
soohwa edited this page Sep 25, 2017 · 3 revisions

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.

  • Download the Let’s Encrypt Authority X3 (IdenTrust cross-signed) from here
cd /etc/ssl/certs
wget https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt -O lets-encrypt-x3-cross-signed.pem
  • Now start the application with
NODE_EXTRA_CA_CERTS=/etc/ssl/certs/lets-encrypt-x3-cross-signed.pem node main.js

Wekan

General

Support priorities for new features and bugfixes

  1. Commercial Support
  2. Community Support
  3. Debugging

Security

Backup

Repair

Themes

Features

Email

Logs and Stats

Migrating

Required Settings

Download

Webservers

REST API Docs

REST API issue

REST API client code

Webhooks

Case Studies

Development

Issues

Clone this wiki locally