[ 
https://issues.apache.org/jira/browse/ACCUMULO-1009?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13766539#comment-13766539
 ] 

Michael Berman commented on ACCUMULO-1009:
------------------------------------------

Re: bouncycastle...

It's true that it's not at all necessary for the mainline, running accumulo 
with SSL connections scenario.  It is necessary for provisioning certs (Sun's 
default JSSE provider does not provide any way to sign certs).  So, if someone 
is willing to bring their own certs for each node, you can get everything up 
and running without it.  But, the tool to help sign and distribute certs for 
each node will have a real code dependency on BC (not just as a JSSE provider 
that can be conditionally loaded).  We could probably get away with not 
distributing it anyway, but you'll get ClassNotFound exceptions if you run the 
cert provisioning code, run a MAC with SSL enabled, or run integration tests.  
If it's possible to satisfy the export control requirements (per Vines's links 
above), it sounds like that's a better plan. 
                
> Support encryption over the wire
> --------------------------------
>
>                 Key: ACCUMULO-1009
>                 URL: https://issues.apache.org/jira/browse/ACCUMULO-1009
>             Project: Accumulo
>          Issue Type: New Feature
>            Reporter: Keith Turner
>            Assignee: Michael Berman
>             Fix For: 1.6.0
>
>         Attachments: ACCUMULO-1009_thriftSsl.patch
>
>
> Need to support encryption between ACCUMULO clients and servers.  Also need 
> to encrypt communications between server and servers.   
> Basically need to make it possible for users to enable SSL+thrift.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to