Le 3/7/13 6:04 PM, Ganesh Bansal a écrit : > Hi > > Thanks for your response. Yes, I am adding SSLFilter in filter chain. > Please find attached source code for your reference.
As I said, you should have checked if the SSL filter has been added into both the Acceptor *and* the connector. Looking at the code, I see that the SSL Filter has just been added to the Acceptor. No question why you can't connect using SSL when the connector is not capable to hanshake with the server... Can you add the SSLFilter into the Connector chain, and see if it's any better ? Thanks -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
