Support for WebSockets over TLS
AdrianGjerstad opened this issue · 4 comments
AdrianGjerstad commented
Just like normal HTTP, the WS protocol also comes with a secure variant. I think having support for this variant would be very helpful.
Looking at the code, it shouldn't be too hard to implement, since WSS is just HTTPS with a websocket handshake.
alexfernandez commented
Care to give it a try?
AdrianGjerstad commented
I would love to try!
I've got school tomorrow so I could probably try to get a pull request in tomorrow evening.
alexfernandez commented
Whenever you are ready!
alexfernandez commented
Closing due to lack of activity, please reopen if needed.