Re: Websockets : differents behaviours on connection when using WS or WSS

2016-07-18 Thread Mark Thomas
On 18/07/2016 16:25, l.pe...@senat.fr wrote: > Hi. > > I am using Tomcat 8.0.36 with Atmosphere 2.4.5 ( > https://github.com/Atmosphere/atmosphere ) to implement WebSockets with > fallbacks such as long polling. Can you reproduce this without Atmosphere? If not, that suggests an Atmosphere bug. I

Re: Websockets : differents behaviours on connection when using WS or WSS

2016-07-18 Thread l.pe...@senat.fr
On 18/07/2016 16:25, l.pe...@senat.fr wrote: Hi. I am using Tomcat 8.0.36 with Atmosphere 2.4.5 ( https://github.com/Atmosphere/atmosphere ) to implement WebSockets with fallbacks such as long polling. I am writing tests using Tomcat JSR356 implementation. I studied your WebSocket samples a

Websockets : differents behaviours on connection when using WS or WSS

2016-07-18 Thread l.pe...@senat.fr
Hi. I am using Tomcat 8.0.36 with Atmosphere 2.4.5 ( https://github.com/Atmosphere/atmosphere ) to implement WebSockets with fallbacks such as long polling. I am writing tests using Tomcat JSR356 implementation. I studied your WebSocket samples and I am using a fake trustore : Clien