We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can we get SSL support in the mongdb driver? A number of other clients have SSL support: http://docs.mongodb.org/manual/tutorial/configure-ssl/#ssl-configuration-for-clients Assuming you're open to it, I can help out on the implementation. Let me know.
The text was updated successfully, but these errors were encountered:
Sure. Should be a simple matter of wrapping MongoConnection.m_conn in a SSLStream.
MongoConnection.m_conn
SSLStream
Sorry, something went wrong.
Made pull request to resolve this: #587
0bb9902
No branches or pull requests
Can we get SSL support in the mongdb driver? A number of other clients have SSL support: http://docs.mongodb.org/manual/tutorial/configure-ssl/#ssl-configuration-for-clients
Assuming you're open to it, I can help out on the implementation. Let me know.
The text was updated successfully, but these errors were encountered: