Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BREAKING BUG] Cannot use Custom OPLOG with MongoDB which require SSL connection #23313

Closed
cuonghuunguyen opened this issue Sep 30, 2021 · 0 comments · Fixed by #23314
Closed

Comments

@cuonghuunguyen
Copy link
Contributor

Description:

Mongo connection options are not passed to custom OPLOG connections so we cannot provide the SSL certs and options.
This will cause Rocket.Chat cannot be started when using custom OPLOG implementation.

Steps to reproduce:

  1. Start Rocket.Chat with a Mongo server which require SSL connection

Expected behavior:

Rocket.Chat starts

Actual behavior:

Rocket.Chat fails with error "OPLOG / REPLICA SET ARE REQUIRED TO RUN ROCKET.CHAT"

Server Setup Information:

  • Version of Rocket.Chat Server:
  • Operating System:
  • Deployment Method:
  • Number of Running Instances:
  • DB Replicaset Oplog:
  • NodeJS Version:
  • MongoDB Version:

Client Setup Information

  • Desktop App or Browser Version:
  • Operating System:

Additional context

Relevant logs:

@cuonghuunguyen cuonghuunguyen changed the title Cannot use Custom OPLOG with MongoDB which require SSL connection [BREAKING BUG] Cannot use Custom OPLOG with MongoDB which require SSL connection Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant