emacs-websocket icon indicating copy to clipboard operation
emacs-websocket copied to clipboard

TLSv1.3

Open erjoalgo opened this issue 5 years ago • 1 comments

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^@"``

erjoalgo avatar Jan 23 '20 03:01 erjoalgo

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?

ahyatt avatar Feb 04 '20 23:02 ahyatt