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

Add ssl-protocol to ssl-options. #98

Merged
merged 2 commits into from Feb 4, 2019
Merged

Conversation

mahinshaw
Copy link
Contributor

I need to be able to set the ssl protocol specifically in our use case. This fix allows setting the protocol on creation of the SSLContext.

@@ -168,10 +168,12 @@
* `:ssl-options` : advanced SSL setup using a
`com.datastax.driver.core.SSLOptions` instance or a map of
`:keystore-path`, `:keystore-password` and optional
`:cipher-suites`. This provides a path/pwd to a
`:ssl-protcol`, `:cipher-suites`. This provides a path/pwd to a
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo here

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If you could also update the specs to match this change.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated the typo and added what appears to be all the required specs.

@mpenet mpenet merged commit e1781a7 into mpenet:master Feb 4, 2019
@mahinshaw mahinshaw deleted the ssl-protocol branch February 4, 2019 18:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants