Hi!

I have a little problem with SSL :-/
I've wrote this code to add a SSLFilter to a socketAcceptor's IoSession but I've some handshake problem.

SSLFilter filter = new SSLFilter(SSLContextFactory.getInstance(true));
acceptor_session.getFilterChain().addLast("sslFilter", filter);

acceptor_session.getFilterChain().addLast("protocolFilter", new ProtocolCodecFilter(this.codecFactory));
if (log.isDebugEnabled()) {
acceptor_session.getFilterChain().addLast("logger", new LoggingFilter());
}

Have I done something wrong? ...I'm sure that the client doesn't contains errors :-/

Thanks
Francesca

...sorry for my terrible english :-/

Reply via email to