Code Monkey home page Code Monkey logo

Comments (4)

HolySamosa avatar HolySamosa commented on May 24, 2024

Just tested with Chrome 14, Firefox 7, Safari 5.1 and IE 10. All seem to use draft-75 for secure WebSockets, and thus can't make secure connections to Fleck. However, plain-old-websockets with Fleck work for all of the mentioned browsers.

from fleck.

statianzo avatar statianzo commented on May 24, 2024

That's odd. I understand that using SSL eliminates cache poisoning (a major pre-hixie07 concern), but 75 gives up support for other things like message segments and binary. I'll be taking a look at this today.

from fleck.

statianzo avatar statianzo commented on May 24, 2024

Fixed the issue against Chrome, RequestParser was allowing incomplete requests to come through and spitting out an empty WebSocketHttpRequest. The HandlerFactory was then attempting to provide a handler based on the empty request; the default version from HandlerFactory.GetVersion is 75.

I'm having some issues getting secure websockets to work on Firefox, as it gets very unhappy about self-signed certificates.

If you could re-attempt your cross-browser test against this latest commit and get back to me, that would be great.

from fleck.

statianzo avatar statianzo commented on May 24, 2024

Not so sure this is worth it any longer. Safari seems to be the lowest using draft-76/hybi-00 which is supported by Fleck. I'll close this until someone has an issue.

from fleck.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.