node-http-proxy Express Announcing http-proxy 1.0.0 필요한건 HTTP > HTTPS > WS 이지만 이게 잘 되지 않아서 HTTPS > HTTP > WS 로 구성. http-proxy websocket connection to wss://doamin.com/..... failed websocket opening handshake was canceled 에러가 난다. var app = express(), proxy = require('http-proxy').createServer({ target: { host: 'localhost', port: 8080 }, ssl:{ key: fs.readFileSync('./ssl/server.key'), cert: fs.rea..