java - Spring Integration Websocket and SSL -
i'm writing simple spring integration flow processes data , subsequently sends message websocket exists in ssl enabled web server notify clients of new data.
the initial request websocket succeeds , application cert sent server correctly. when second request sent upgrade connection websocket, no longer sends application cert , 403 forbidden server response.
is there special configuration in websocketcontainer or websocketclient need set make sure certificate passed web server? i'm using stomp on sockjs client.
Comments
Post a Comment