SSLContext construction for SSL in Netty

jasons2645 jstevens at pillardata.com
Thu Jul 16 17:56:51 EDT 2009


I have a client/server app written atop Netty that works fine over SSL when I
initialize my SSLContext with a keystore, trust manager, etc.  But when I
use SSLContext.getDefault() as my context, the client/server stops working. 
My log output indicates that a connection (channel) is established, but then
no messages ever get read.

Is this something I have hooked up incorrectly?  Or is what I'm trying to do
not supported by Netty or Java?

Thanks,
Jason
-- 
View this message in context: http://n2.nabble.com/SSLContext-construction-for-SSL-in-Netty-tp3269407p3269407.html
Sent from the Netty User Group mailing list archive at Nabble.com.


More information about the netty-users mailing list