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

Sijie Guo commented on BOOKKEEPER-588:
--------------------------------------

I spent some time on the idea I described as above. Here is the changes in 
github: https://github.com/sijie/bookkeeper/commits/bookkeeper_ssl

1. provide a BookieSocketAddress wrapper over 'hostname:port:sslPort' to 
provide the address identifier for bookies. (this change is straightforward, 
just replacing InetSocketAddress with BookieSocketAddress). 
https://github.com/sijie/bookkeeper/commit/de6a2cb1945763bfddc4516ef4dbf9523447f195

2. add ssl support in both client and server. (this change is based on Ivan's 
patch and passed its test case. but this change is not ready, I need to add 
some backward compatibility tests)

https://github.com/sijie/bookkeeper/commit/357731b799d6604f5eb0aed4348ff88d7981ce6d

If you agree on this idea, I could generate the patches for it.
                
> SSL support
> -----------
>
>                 Key: BOOKKEEPER-588
>                 URL: https://issues.apache.org/jira/browse/BOOKKEEPER-588
>             Project: Bookkeeper
>          Issue Type: Sub-task
>            Reporter: Ivan Kelly
>            Assignee: Ivan Kelly
>             Fix For: 4.3.0
>
>         Attachments: 0004-BOOKKEEPER-588-SSL-support-for-bookkeeper.patch
>
>
> SSL support using startTLS

--
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