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"
}
}
Copyright © 2024 NodeBB | Contributors