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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -