mongo-proxy icon indicating copy to clipboard operation
mongo-proxy copied to clipboard

A gem for proxying MongoDB at the wire-protocol level.

Results 2 mongo-proxy issues
Sort by recently updated
recently updated
newest added

What about SSL support? I'd like to establish a TLS connection between this proxy and my other server(s) (clients). Is there a way to realize it so that a custom...

Allow for authentication in auth.rb , otherwise won't allow for read if auth is enabled on mongos. Here is the error raise OperationFailure(msg % errmsg, code) pymongo.errors.OperationFailure: command {'getnonce': 1}...