WebSocket opening handshake timed out
alicanuzun opened this issue · 0 comments
alicanuzun commented
I am trying to connect to terminado with websocket using xterm.js
var socket = new WebSocket('wss://myURL:myPORT/websocket');
if I delete :myPORT/websocket
, it gives
Error during WebSocket handshake: Unexpected response code: 200
I am using apache2 server on ubuntu 14.04 and I configure the ProxyPass on apache2.conf file.
Can you help me to solve that issue?
Thanks