MongoDB SSL Support
See original GitHub issueI 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:
- Created 6 years ago
- Comments:5 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Generally Mongo connector supports SSL:
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.