SSLContext construction for SSL in Netty
"이희승 (Trustin Lee)"
trustin at gmail.com
Thu Jul 16 20:24:34 EDT 2009
Hi Jason,
Which Netty version are you using? Could you let me know if you are
still having such a problem with the nightly build?
Trustin
On 07/17/2009 06:56 AM, jasons2645 wrote:
> 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
More information about the netty-users
mailing list