Rocket.chat: disable enable force SSL through mongodb

Created on 4 Oct 2016  路  2Comments  路  Source: RocketChat/Rocket.Chat

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.

app settings support

Most helpful comment

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

All 2 comments

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}})

Was this page helpful?
0 / 5 - 0 ratings