Matthias247 / jawampa

Web Application Messaging Protocol (WAMP v2) support for Java
Apache License 2.0
148 stars 57 forks source link

wss secure websocket connection support #27

Closed ghost closed 9 years ago

ghost commented 9 years ago

Does this lib support wss? I didnt find any mention of it...

Matthias247 commented 9 years ago

As you already might have found out it's supported through netty. For detailled configuration you need to pass a Netty SslContext object to the client/server. If you don't use one a default instance (which basically ignores certificates and trusts anyone) will be used.

ghost commented 9 years ago

Yeah, thanks, I just tried a bunch of junk libs before this, and got lazy to try figure out myself, so just wrote hoping to get fast response :) anyway this lib works like charm, thanks for your work. i wonder how people keep creating such crappy interfaces for those libs, its just enough to look at javascript implementations...

ixsans commented 8 years ago

So, does this lib support wss? I haven't found wss implementation using netty.

uzairayub commented 5 years ago

@Matthias247 can you please mention how do you set SslContext for wss ? @ixsans have you found it ?