websockets

  1. 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...
  2. 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