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't find docs on how to use SSL in this library. How to?
The text was updated successfully, but these errors were encountered:
Ok I think I got it. passing arguments as a list of tuples using valid arguments located here: https://www.erlang.org/doc/man/ssl.html#type-client_option as value for ssl_opts key tuple in WorkerOptions list.
Correct?
Sorry, something went wrong.
Based off of code from here: https://github.com/comtihon/mongodb-erlang/blob/master/src/mongoc/mc_monitor.erl Seems like I also need to set {ssl, true} as a key value tuple in WorkerOptions list
No branches or pull requests
Can't find docs on how to use SSL in this library. How to?
The text was updated successfully, but these errors were encountered: