@robin4002 @Ne-Ho Does shoutbox completely stops working on 1.13.0 or works with and also throws this error? We have a very active shoutbox, so waiting for fix and figuring out a fix before updating to latest nodebb.
SOLVED api encrypt plugin
-
I saw the api encrypt plugin was removed from github. Do you still need it for https to work properly or what this built into nodebb?
-
@nsuchy It is probably better to use a proxy for https. I never mucked with the encrypt plugin, I just have nginx as a reverse proxy to the nodebb process (per the documentation). That allows my site to exclusively use https.
-
Is that all I need just to proxy through nginx, that's what I'm currently doing, I saw that plugin in settings and thought I was doing something wrong. I just wanted to confirm I'm doing everything properly.
-
@nsuchy said in api encrypt plugin:
Is that all I need just to proxy through nginx, that's what I'm currently doing, I saw that plugin in settings and thought I was doing something wrong. I just wanted to confirm I'm doing everything properly.
Yup! I used the instructions here: https://docs.nodebb.org/configuring/proxies/nginx/
There is an example block with SSL in use there. No plugin needed. I use LetsEncrypt for free certs.