Skip to content
New issue

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

HandshakeError: WebSocket version required #36

Closed
andrasf opened this issue Mar 15, 2012 · 2 comments
Closed

HandshakeError: WebSocket version required #36

andrasf opened this issue Mar 15, 2012 · 2 comments

Comments

@andrasf
Copy link

andrasf commented Mar 15, 2012

Apple devices do not work with ws4py, they produce HandshakeError: WebSocket version required error. They only work with allow_draft76 with Tornado, but I would like to use cherrypy. Is this a limitation in ws4py or cherrypy? Is there a reason not to enable these devices? If no, is there a simple solution or a workaround to use them?

@Lawouach
Copy link
Owner

Draft76 isn't supported indeed and that's mostly because:

  1. I have very little time and maintenance isn't always simple
  2. Draft76 should die and be left behind, it's broken and insecure.

I'm sorry this means you cannot use ws4py in this casebut I'm not motivated enough to integrate a buggy protocol. But well, it's open source, if you feel like it, please fork ws4py and toy around ;)

@andrasf
Copy link
Author

andrasf commented Mar 15, 2012

I see. Thank you.

@andrasf andrasf closed this as completed Mar 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants