wamp-rs
wamp-rs copied to clipboard
wss support (security connection)
Hi!
Thanks for creating this library.
I'd like to ask, are there any plans for support of wss
?
I do plan to support wss, and as you see, I can indeed get wss simply by including some some optional dependencies. But I haven't spent any time thinking about how to handle certificates (i.e. how to specify and store them). So I'll leave this issue open while I work on it.
I see. Thanks for the feedback)
On Sep 20, 2017 04:52, "Daniel Yule" [email protected] wrote:
I do plan to support wss, and as you see, I can indeed get wss simply by including some some optional dependencies. But I haven't spent any time thinking about how to handle certificates (i.e. how to specify and store them). So I'll leave this issue open while I work on it.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/dyule/wamp-rs/issues/11#issuecomment-330730567, or mute the thread https://github.com/notifications/unsubscribe-auth/AAG7aLnvyfzeFiDNpOt8O9TUIB5IUCJ0ks5skH32gaJpZM4OO6qD .
I've added basic wss support. https://github.com/FallingSnow/wamp-rs/commit/de80aaaafa6a3b4c4f2560293874ee89de33c6a5
Plan on merging into mainline when I figure out a few more things.