cli
cli copied to clipboard
Add section clarifying WebSocket usage to README
closes #123
From what I was able to test and find out, servers hosting wss:// will throw an error when they receive a plain HTTP request, even if it has all the right headers, because they only expect handshakes as first messages. This means that users need to use the --https flag.
We could consider renaming the flag to reflect that, or just adding more info to the docs and --help in regards to that. Let me know what you think.