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

Popular posts from this blog

c - How to retrieve a variable from the Apache configuration inside the module? -

c# - Constructor arguments cannot be passed for interface mocks -

python - malformed header from script index.py Bad header -