wamp-rs icon indicating copy to clipboard operation
wamp-rs copied to clipboard

wss support (security connection)

Open greyblake opened this issue 7 years ago • 3 comments

Hi! Thanks for creating this library. I'd like to ask, are there any plans for support of wss?

greyblake avatar Jul 05 '17 21:07 greyblake

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.

dyule avatar Sep 20 '17 02:09 dyule

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 .

greyblake avatar Sep 20 '17 18:09 greyblake

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.

FallingSnow avatar Feb 27 '18 00:02 FallingSnow