SSL Not Working On NodeBB Forum Apache2 -
i have signed ssl certificate on site, , nodebb isn't working it. i'm using apache2 , certificate work. have use mod_proxy make forum run @ subdirectory instead of port :4567 work? suggestions welcome. thanks.
here config
{ "url": "http://website.com:4567", "secret": "secret", "database": "mongo", "mongo": { "host": "127.0.0.1", "port": "27017", "username": "xxxxx", "password": "xxxxx", "database": "xxxxx" } }
get ssl certificate, got mine here https://letsencrypt.org/
then put nodebb on port 443 , use apache mod_proxy remove port.
ssl works.
Comments
Post a Comment