Your Rocket.Chat version: I don't have access to the web interface - must be the latest, I installed it less than a week ago.
Since I enabled force SSL, I can't access RocketChat anymore.
I've no idea where to find and disable SSL in mongodb. I've looked into the rocketchat_settings collection, but there was nothing. Any ideas how I can do it?
I know this might not be the please to ask such questions, but I'm not sure where to turn to.
It should be in the database with id Force_SSL

just to follow up here it would be: db.rocketchat_settings.update({_id:"Force_SSL"}, {$set: {value: false}})
Most helpful comment
just to follow up here it would be:
db.rocketchat_settings.update({_id:"Force_SSL"}, {$set: {value: false}})