Can Meteor connect to MongoDB via SSL? If so, what should MONGO_URL be set so that the connection is encrypted?
MONGO_URL
It looks like you just need to include ssl=true in the MONGO_URL connection MONGO_URL , for example.
ssl=true
MONGO_URL=mongodb://user: password@ip :port/mydb?ssl=true
Cm:
Since writing this answer, I really tried and could not use the ssl=true parameter in the MONGO_URL connection MONGO_URL .
This prompted me to study the Mongo.setConnectionOptions method and publish this simple package that allows you to switch to more advanced connection options .
Mongo.setConnectionOptions
Yes! In fact, on free Meteor hosting, all Mongo connection URLs are SSL connection URLs. It works fine because for low-level operations with MongoDB, Meteor uses the same node-Mongodb-native npm module that supports SSL.
Source: https://habr.com/ru/post/1205326/More articles:Is it possible to decrypt an MD5 hash with salt? - md5Sass references parent selectors using the ampersand character inside nested selectors - cssListen for a specific URL instead of a port - node.jsConfirm UTF-8 names with angular and ngPattern - javascriptJava language statistics - javaCreating a dynamic chart using chart.js - javascriptContentful.com API order / sort request - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1205329/coreasync-go-block-fails-to-compile-when-protocol-invocation-form-contains-macro-multimethod-item-to-ssa-cant-dispatch-on-protocol-invoke&usg=ALkJrhhCbqYioopHIEliWT5BISU5DXasxgCreate Oracle 10g Password Verification Function - oracleHow to install libpng-dev on windows? - libpngAll Articles