If you reinstall a broken plugin it will continue to break your forum.
Signed SSL Not Working NodeBB
-
Hi, I have a signed SSL certificate on my site, and nodebb isn't working with it. I'm using apache2 and the certificate does work. Would I have to use mod_proxy to make the forum run at a subdirectory instead of :4567 for it to work? Any suggestions welcome. Thanks.
Here is my config
{
"url": "http://website.com:4567",
"secret": "secret",
"database": "mongo",
"mongo": {
"host": "127.0.0.1",
"port": "27017",
"username": "XXXXX",
"password": "XXXXX",
"database": "XXXXX"
}
} -
@Verpz share your Apache config. I suspect it to be wrong.
Also check the log files of NodeBB for any errors.