dhbaird / easywsclient

A short and sweet WebSocket client for C++
MIT License
755 stars 204 forks source link

feature: Implement secure WebSocket (wss) #9

Open dhbaird opened 11 years ago

dhbaird commented 11 years ago

(wss requested in #8)

simonmorley commented 11 years ago

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.

dhbaird commented 11 years ago

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.

AwesomePol commented 7 years ago

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

hosseinpro commented 4 years ago

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