Still planning to work on this? It would be super neat for integration for instance with discord..
lacking https support
-
Hello,
I know NodeBB itself doesn't handle any https stuff, so the url we set in nginx is http://www.example.com:4567 rather than https://www.example.com:xxxx
Here is the problem: Any image url starts with http will break https
, but I want my green lock
back.
Will NodeBB add https support in core?
Cheers
Andy -
Check the camo plugin, also adjust the config.json and edit the URL from http to https.
-
You can definitely get the site to serve only https content. I made changes on the DNS and nginx side to ensure only https content is served.
Using the camo plugin or iframely helps to ensure content is pushed in https as well.
-
You should specify in your config file that the NodeBB URL is indeed https. Then the newly uploaded images will have an HTTPS url automatically.