moped
moped copied to clipboard
ssl certificate support
http://stackoverflow.com/questions/22873735/how-to-enable-ssl-tls-in-mongoid-3-client
This ticket shows there was some support (not sure if it worked, but the code was written) of SSL options [ca_file, cert, etc] but has since been removed from moped, any chance it can be added back in?
Just found
https://github.com/mongoid/moped/pull/309
which is what I am looking for to get merged, not sure how this sets the X509 Mechanism for Mongod, but will test the patch and see.