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
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
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
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
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