emacs-websocket
emacs-websocket copied to clipboard
TLSv1.3
It appears that websocket cannot communicate with a server using TLSv1.{2,3}. I had to enable TLSv1.
debug message from nginx:
`client sent invalid method while reading client request line, client ... request: "\210^@"``
Interesting, I'm not sure why that would be. Is there some way I can reproduce this easily, perhaps a public websocket server that uses one of these other TLS versions?