I'm using MINA 1.1.3. I added SSLFilter to both the client and server
in my application, and it seems to hang at some point while
negotiating an SSL connection. I found a relevant JIRA issue: https://issues.apache.org/jira/browse/DIRMINA-390
. This seems to have been fixed in version 1.1.1. I tried using the
mina-filter-ssl-1.1.1.jar in place of the 1.1.3 version, and it works
perfectly. So it seems like whatever change was made to fix this bug
was reverted in a later version.
Has anyone else had similar problems? This seems to happen only when
you use SSLFilter along with ProtocolCodecFilter. This may affect
only the 1.1.x branch, I'm not sure.
Kyle Sampson
[EMAIL PROTECTED]