@celaus i just played with echo.websocket.org:443 a little. it's closing my connection. could you please advise? thanks!
``` $ openssl s_client -connect echo.websocket.org:443 -showcerts ... many outputs and input on stdin... GET / HTTP/1.1 Host: echo.websocket.org Upgrade: websocket Connection: Upgrade Sec-WebSocket-Key: AAAAAAAAAAAAAAAAAAAAAA== Origin: Sec-WebSocket-Protocol: Sec-WebSocket-Version: 13 closed ``` seems server closed the connection after i sent the http request. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/apache/incubator-teaclave-sgx-sdk/issues/291#issuecomment-745609006