SSL连接挂起 - Java

时间:2015-04-27 15:09:37

标签: java ssl jetty cxf

我有一个运行嵌入式码头的CXF Web服务服务器 客户端连接并向服务器发送几个成功的请求 突然5-10秒后客户端挂起 客户端/服务器为所有请求重用相同的连接。 使用-Djavax.net.debug = all运行服务器后,我在连接挂起之前注意到以下消息。

Keep-Alive-Timer, called close()
Keep-Alive-Timer, called closeInternal(true)
Keep-Alive-Timer, SEND TLSv1 ALERT:  warning, description = close_notify
Keep-Alive-Timer, WRITE: TLSv1 Alert, length = 22

知道应该修复什么来禁用此Keep-Alive-Timer来关闭连接?

1 个答案:

答案 0 :(得分:1)

升级到cxf 3.1.0后,问题就消失了。