SSLHandler restarting SSL Session generating loads of TLS application packets

"이희승 (Trustin Lee)" trustin at gmail.com
Thu May 19 21:52:59 EDT 2011


On 05/20/2011 01:55 AM, breznik wrote:
> Yes, seems Android/Harmony implementation is not as mature as Sun's JDK in
> some areas - or, at least in the case of TLS. Nevertheless, are you aware of
> other recommendations on how to use Netty+TLS on Android without using
> SSLEngine?
> 
> I tried looking at Android's SSLCertificateSocketFactory
> (http://developer.android.com/reference/android/net/SSLCertificateSocketFactory.html)
> a bit as well, although integrating it into netty's Oio* factories/classes
> would require some refactoring perhaps.

Do you mean refactoring in Netty or in your code?  I think it's a good
idea to allow a user specify SocketFactory when the user constructs the
ChannelFactory.

Cheers

-- 
Trustin Lee, http://gleamynode.net/


More information about the netty-users mailing list