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 was failing the handshake. I could make it work by using nginx to manage the certificate. But I was wondering if it would be possible with Zinc to give the access to the certificate to manage the connection instead of doing it via nginx. Is it possible to do this? Thanks in advance. -- Cyril Ferlicot https://ferlicot.fr