Re: Websocket client with SSL and authentication

2017-03-10 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 To whom it may concern. On 3/9/17 8:41 PM, radiatejava wrote: > Tomcat team, I have few questions on websocket: > > 1. I am looking for Java websocket client sample code that uses > basic (user) auth. AIUI, you'll have to authenticate using

Re: Websocket client with SSL and authentication

2017-03-10 Thread Ludovic PĂ©net
On 10/03/2017 02:41, radiatejava wrote: Tomcat team, I have few questions on websocket: Hi. I am not member of the Tomcat team, but I will try to give you some answer or hints... [...] 2. Is there any sample code for how to put in SSL (keystore and truststore) websocket client ? You

Websocket client with SSL and authentication

2017-03-09 Thread radiatejava
Tomcat team, I have few questions on websocket: 1. I am looking for Java websocket client sample code that uses basic (user) auth. 2. Is there any sample code for how to put in SSL (keystore and truststore) websocket client ? 3. I want to create a websocket client within the Tomcat jvm. I know