Skip to content
New issue

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

Support SSL #76

Open
rustyrazorblade opened this issue Apr 18, 2019 · 1 comment
Open

Support SSL #76

rustyrazorblade opened this issue Apr 18, 2019 · 1 comment

Comments

@rustyrazorblade
Copy link
Contributor

rustyrazorblade commented Apr 18, 2019

A question came up about supporting SSL through the driver.

This is a bit of a weird case, since we can use either Netty or JdkSSLOptions through the driver itself. Before adding anything that we need to support long term I'd like to weigh the pros and cons of supporting each method, and all the potential options we'd want to support (if any).

Further reading.

https://docs.datastax.com/en/developer/java-driver/3.0/manual/ssl/

Please do not submit a PR for this without discussing here until the "needs discussion" tag has been lifted.

@jeremy-brenner
Copy link

To get this discussion rolling, I did some research and a quick spike on this. Passing .withSSL() to the cluster builder and giving java the exported JAVA_OPTS works to give the power to the user to set up their ssl. The programatic approach forces us to solve things in code and the openssl support requires openssl to be on the system. Anyway, let me know your thoughts.

jeremy-brenner@8be7590

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants