SSLEngine wrap returns CLOSED
sajhakDec 15 2010 — edited Dec 18 2010Hi all,
I have implemented an SSLEngine based client and a server, and trying to send messages.
initial handshake is successful, verified from a TCP packet trace ,
but when I try to send application data using sslEngine.wrap method, the returned SSLEngineResult is CLOSED , and SSLHandShake.Status is NEED_UNWRAP
What can be the reason for it ?
Could It be an issue with the Server ? or an issue with the Client ?
Please help
Many thanks in advance
kk_james