websockets

  1. I

    Laravel websocket connnection failed

    Good day, i deployed my app but with every attempt I have tried my websocket has refused to connect, please i need help on how to fix this. I added the following setting on the ols admin but nothing is working. Please what exactly do I need to do, everything works well before deploying y to my...
  2. W

    SSL Web Socket proxy bug

    Hello, This is my first post here, and unfortunately a bug report. I recently had to rebuild a large project and I decided to switch from NGINX to LSWS on all the web servers in the cluster. Part of this move was also using LSWS Web Socket proxy since it looked so promising. However, it seems...
  3. G

    Feature request: Reverse proxy support for encrypted websockets

    Websites and apps use important data use SSL nowadays. A lot of apps use websockets for real-time communication with their backend. An https app cannot use unencrypted websockets, as it would be unsafe and most modern browsers do not allow it. A fair number of people run their apps behind...
Top