2016-08-24 29 views
7

我的服務駐留在具有亞馬遜ELB的服務器中。客戶端部分通過vertx事件總線與 服務器通信。雖然試圖連接服務器以下日誌在客戶端彈出亞馬遜上的websocket中的連接錯誤ELB

WebSocket connection to 'wss://login.com:7070/Notify/287/mxyox3qd/websocket' failed: Error during WebSocket handshake: Unexpected response code: 400 

我的代碼:

eventBus = new EventBus(url); 
     eventBus.onopen = function() { 
        // ---------- Do Something --------------------------------- 
      }); 

     } 

確實ELB聽衆有一些與此有關?有人可以幫忙嗎?

回答