question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

MongoDB SSL Support

See original GitHub issue

I don’t see a checkbox option for SSL connectivity to MongoDB instances in the Create New Connection window. Is it possible to this will be a future release, or does this functionality already exist, and I’m not seeing the option for it?

Amazing job with DBeaver! Our entire data team is in love with it. Thank you for providing such an amazing tool!

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
serge-ridercommented, Feb 21, 2018

Generally Mongo connector supports SSL:

image

However if you have to use specific CA/key then they should be configured using command line (http://mongodb.github.io/mongo-java-driver/3.4/driver-async/tutorials/ssl/#jvm-system-properties-for-tls-ssl) or in dbeaver.ini. Potentially it is possible to add UI for CA configuration. But I’m not sure how many people are actually need this. We’ll support this if more people will vote.

0reactions
serge-ridercommented, Mar 6, 2019

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Configure mongod and mongos for TLS/SSL - MongoDB
Starting in MongoDB 4.0, you can use system SSL certificate stores for Windows and macOS. To use the system SSL certificate store, specify...
Read more >
Secure your MongoDB connections - SSL/TLS - Medium
Using TLS with the mongo shell · --ssl enables TLS channel encryption. · --sslPEMKeyFile is the path to the client certificate — which...
Read more >
Enabling SSL for MongoDB - IBM
Procedure · Open MongoDB configuration file by using the following command. · In the mongod. · Quit the MongoDB shell by pressing, Ctrl...
Read more >
Configure mongod and mongos for TLS/SSL
MongoDB can use any valid SSL certificate issued by a certificate authority, or a self-signed certificate. If you use a self-signed certificate, although...
Read more >
Enabling SSL for MongodDB | MongoDB Administrator's Guide
By default, connections to MongoDB server are not encrypted. If one were to intercept this traffic, almost all the data transferred between the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found