[ 
https://issues.apache.org/jira/browse/AVRO-898?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Vadim Tsarik updated AVRO-898:
------------------------------

    Description: 
While there's a way to configure NettyTransceiver to use SSL by using 
NettyTransceiver's constructor NettyTransceiver(InetSocketAddress addr, 
ChannelFactory channelFactory) and providing channelFactory that ensures 
SslHandler is in the pipeline, there's no symmetrical capability in NettyServer.
Adding constructor to NettyServer that would take in ChannelFactory could 
resolve the issue.

  was:
While there's a way to configure NettyTransceiver to use SSL by using 
NettyTransceiver's constructor NettyTransceiver(InetSocketAddress addr, 
ChannelFactory channelFactory) and providing channelFactory that ensures 
SslHandler is in the pipeline, there's no way symmetrical capability in 
NettyServer.
Adding constructor to NettyServer that would take in ChannelFactory could 
resolve the issue.

    
> NettyServer doesn't support SSL
> -------------------------------
>
>                 Key: AVRO-898
>                 URL: https://issues.apache.org/jira/browse/AVRO-898
>             Project: Avro
>          Issue Type: Bug
>          Components: java
>    Affects Versions: 1.5.4
>            Reporter: Vadim Tsarik
>            Priority: Critical
>         Attachments: AVRO-898-suggested-change.patch
>
>
> While there's a way to configure NettyTransceiver to use SSL by using 
> NettyTransceiver's constructor NettyTransceiver(InetSocketAddress addr, 
> ChannelFactory channelFactory) and providing channelFactory that ensures 
> SslHandler is in the pipeline, there's no symmetrical capability in 
> NettyServer.
> Adding constructor to NettyServer that would take in ChannelFactory could 
> resolve the issue.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to