Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

SSLEngine wrap returns CLOSED

sajhakDec 15 2010 — edited Dec 18 2010
Hi 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
This post has been answered by EJP on Dec 17 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 15 2011
Added on Dec 15 2010
7 comments
2,599 views