Apache MINA - stuck on SSL connection

半世苍凉 提交于 2019-12-24 08:22:48

问题


I am having troubles with Apache MINA core library. When I deploy my application to a remote server some of the requests are not processed (around 2%). It looks like there might be a problem with SSL.

Log tail: http://pastebin.com/48bwWsjs When request is not being processed, it is always stuck on the:

org.apache.mina.filter.ssl.SslFilter  - Session Server[40](ssl...): Processing the SSL Data

Did something similar happened to any of you?

I tried Apache-mina 2.0.7 and 2.0.16

Env:

bash-4.2$ java -version
java version "1.8.0_111"
Java(TM) SE Runtime Environment (build 1.8.0_111-b14)
Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode)

bash-4.2$ uname -a
Linux 8d9ad913fa03 4.4.39-34.54.amzn1.x86_64 #1 SMP Fri Dec 30 19:11:28 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux

Thanks any help!

来源:https://stackoverflow.com/questions/42531225/apache-mina-stuck-on-ssl-connection

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!