easywsclient icon indicating copy to clipboard operation
easywsclient copied to clipboard

feature: Implement secure WebSocket (wss)

Open dhbaird opened this issue 11 years ago • 5 comments

dhbaird avatar Jul 12 '13 19:07 dhbaird

(wss requested in #8)

dhbaird avatar Jul 12 '13 19:07 dhbaird

What are you looking at to implement the wss connections? We've been looking at something light weight but haven't found anything yet.

The libraries referenced in post #8 seem ok. I've used the zaphoid one successfully but found the use of boost bloated things.

simonmorley avatar Jul 14 '13 22:07 simonmorley

I don't have any strong contenders yet, but I am looking at Mozilla NSS for the moment just to get it started, and planning to make it be optional. Open to suggestions.

dhbaird avatar Jul 14 '13 23:07 dhbaird

How about mbed TLS? https://tls.mbed.org/ sorry for reviving dead issue

AwesomePol avatar Aug 04 '17 14:08 AwesomePol

The WSS protocol is necessary for WebSocket programming. If you could add OpenSSL to this library it is a big advantage.

hosseinpro avatar Sep 15 '20 12:09 hosseinpro