Wildfly/WebSocket/Apache : WebSocket is already in CLOSING or CLOSED state

眉间皱痕 提交于 2019-11-28 00:29:14

We found a possible problem in the websocket communication between client and server: Kaspersky, and their corporative firewall.

If we disable the firewall the websocket works (websocketstest is our friend!). But this workaround it isn't a good solution, because our security guys will not be happy :).

Other problem could be the correct configuration in Apache (your configuration looks correct):

ProxyRequests off
ProxyPreserveHost on

Our approach is a secure websocket. We coded a websocket test over TLS using the echo server in the website (http://www.websocket.org/echo.html) and it worked!!!.

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