Re: [Pharo-users] Using secure websockets server side with Zinc

2018-05-06 Thread Cyril Ferlicot D.
Le 06/05/2018 à 20:46, Francisco Ortiz Peñaloza a écrit : > Sorry for the OT but I interested in how you're using WebSockets and > Seaside.  > > Can you share how are you mix them together? > Hi, We do it in this project: https://github.com/TelescopeSt/TelescopeCytoscape This project allow to

Re: [Pharo-users] Using secure websockets server side with Zinc

2018-05-06 Thread Francisco Ortiz Peñaloza
Sorry for the OT but I interested in how you're using WebSockets and Seaside. Can you share how are you mix them together? On Wed, May 2, 2018 at 11:40 AM Cyril Ferlicot D. wrote: > On 02/05/2018 16:29, Sven Van Caekenberghe wrote: > > Hi Cyril, > > > > Thank you for the infos and the fast re

Re: [Pharo-users] Using secure websockets server side with Zinc

2018-05-02 Thread Cyril Ferlicot D.
On 02/05/2018 16:29, Sven Van Caekenberghe wrote: > Hi Cyril, > Thank you for the infos and the fast reply :) > You can run a ZnSecureServer with a specific certificate. See the class > comment. But, this is a bit experimental, you need a very specific > certificate and I have only seen it wor

Re: [Pharo-users] Using secure websockets server side with Zinc

2018-05-02 Thread Sven Van Caekenberghe
Hi Cyril, You can run a ZnSecureServer with a specific certificate. See the class comment. But, this is a bit experimental, you need a very specific certificate and I have only seen it work on Linux. If you front you Seaside app with Nginx, I assume you are doing HTTPS -> HTTP in Nginx. I woul

[Pharo-users] Using secure websockets server side with Zinc

2018-05-02 Thread Cyril Ferlicot D.
Hi! I am trying to deploy a Seaside application that uses Zinc's websockets. I use nginx and I have a TLS certificate for the application so I need to use secure websockets (wss://) and not simple websockets (ws://). I got a problem because the client could not access to the server because it wa