You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 givesError 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
The text was updated successfully, but these errors were encountered: