Skip to content

SSL / WSS infos #111

Description

@Davidiusdadi

WSS support is now available since some weeks to experiment with.

  • There server can accept wss connections from clients also the example only allows to accept one connection.
  • The client should be able to connect via wss since afa1498 .
  • The client example is also yet to come.

The next problem is that the current ssl implementation performs a blocking handshake. That means that server will completely freeze during every handshake. If the handshake takes 1 minute the server wont be doing anything in that time!

So it will take a few more days until those things are fixed and one can start using wss for real.

FYI: @fomojola @bnd @andrepl @artem

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions