Re: websockets wss:// protocol gives error...

2012-06-16 Thread Ravi
Thank you Mark for pointing out the mistake. Following url works wss://127.0.0.1:8443/Myserver On 6/16/2012 2:32 PM, Mark Thomas wrote: On 16/06/2012 20:28, Ravi wrote: I am able to connect from browser to tomcat using non secure WS connection: ws://127.0.0.1:8080/Myserver If I switch the

Re: websockets wss:// protocol gives error...

2012-06-16 Thread Mark Thomas
On 16/06/2012 20:28, Ravi wrote: > > I am able to connect from browser to tomcat using non secure WS connection: > ws://127.0.0.1:8080/Myserver > > If I switch the connection string to secure protocol > ws://127.0.0.1:8080/Myserver That is neither the correct protocol nor the correct port. > I

websockets wss:// protocol gives error...

2012-06-16 Thread Ravi
I am able to connect from browser to tomcat using non secure WS connection: ws://127.0.0.1:8080/Myserver If I switch the connection string to secure protocol ws://127.0.0.1:8080/Myserver I get following error. Can somebody confirm if this has been implemented/known to work? I am using tomcat 7