@oplik0 yeah we are having a loadbalancer before nginx!
using nodebb without SSL works perfectly using load balancer -> nginx -> nodebb
I would need to do some more testing but I saw that when using SSL , it redirect to www.domain.tld instead of domain.tld!
I just modify the nginx config for this vhost to send www. to non-www. and I will re-active the SSL!
The other thing is, I tried to add
"socket.io": {
"origins": "https://community.nodebb.org:* https://nodebb.org:*"
}
to the config.json and I got an error when starting nodebb