My service is on a server with AMAZON ELB. The client part communicates with the server using vertx eventbus. When you try to connect the server, the following logs go out
WebSocket connection to 'wss://login.com:7070/Notify/287/mxyox3qd/websocket' failed: Error during WebSocket handshake: Unexpected response code: 400
My client side code:
eventBus = new EventBus(url); eventBus.onopen = function() {
Does the ELB listener have something in common? can someone help?
Bikram shrestha
source share