GitHub user tellison opened a pull request:
https://github.com/apache/spark/pull/7043
[SPARK-7756] [CORE] More robust SSL options processing.
Subset the enabled algorithms in an SSLOptions to the elements that are
supported by the protocol provider.
Update the list of ciphers in the sample config to include modern
algorithms, and specify both Oracle and IBM names. In practice the user would
either specify their own chosen cipher suites, or specify none, and delegate
the decision to the provider.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tellison/spark SSLEnhancements
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/spark/pull/7043.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #7043
----
commit 4b5c89f9b85b2a223cb30bae7be1a1e14b248a19
Author: Tim Ellison <[email protected]>
Date: 2015-06-24T14:48:42Z
More robust SSL options processing.
Subset the enabled algorithms in an SSLOptions to the elements that are
supported by the protocol provider.
Update the list of ciphers in the sample config to include modern
algorithms, and specify both Oracle and IBM names.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]