We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our branch of WebCore (specifically, cURL requests) doesn't support WebSockets over SSL-- upstream trunk has the fix, just need to pull and merge.
The text was updated successfully, but these errors were encountered:
This is now working in latest 1.2 branch.
Sorry, something went wrong.
Unfortunately, I just tested this using Sample 8 and it does not work. Websockets over SSL do not work.
Any suggestions ? :(
This is a websocket request on Chrome:
Accept-Encoding: gzip, deflate, br Accept-Language: en-GB,en-US;q=0.9,en;q=0.8 Cache-Control: no-cache Connection: Upgrade Host: ... Origin: .... Pragma: no-cache Sec-WebSocket-Extensions: permessage-deflate; client_max_window_bits Sec-WebSocket-Key: JJFMPsLQK9uaNP/svt5CBQ== Sec-WebSocket-Version: 13 Upgrade: websocket User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.90 Safari/537.36
As you can see it's just missing Upgrade: websocket, if you can add that... problem solved.
adamjs
No branches or pull requests
Our branch of WebCore (specifically, cURL requests) doesn't support WebSockets over SSL-- upstream trunk has the fix, just need to pull and merge.
The text was updated successfully, but these errors were encountered: