bakks / mongo-proxy

A gem for proxying MongoDB at the wire-protocol level.
MIT License
20 stars 11 forks source link

SSL Transport #2

Open iMarvinS opened 9 years ago

iMarvinS commented 9 years ago

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 certificate can be used? I'm not a fluent ruby programmer so I don't really have much knowledge (I'm from node.js/JavaScript).

bakks commented 9 years ago

@iMarvinS agree that would be a useful feature. I don't have the bandwidth to get that functional right now, but would be happy to provide support if you wanted to try it and do a pull request.