• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

wss

  1. L

    Issue Nginx websocket

    Hi all, installed Laravel Websocket on subdomain and it works fine over ws:// Now i'm looking for use NGINX to manage WSS:// requests to WS:// For example wss://subdomain.domain.ext:6001/app/key1 This NGINX addictional directives not work: location /app { proxy_pass...
  2. M

    Question ws websocket , Connection has not stublished , https (mixed content)

    I am newbie to Websocket i found this project on github, and i want to integrate this project to my old PHP project in plesk vps client.js : connection.onopen = function () { console.log("Connected to the server"); }
  3. EarMaster

    Question Sails.js Socket.io Config

    I'm trying to run a Sails.js application on my Plesk Obsidian server (running on Debian 10). The Sails.js app itself is running and available, but I struggle configuring the Socket.io route. I disabled proxy mode and tried to add the Upgrade headers as described here: Using NGINX as a WebSocket...
  4. Z

    Question How to set up Onlyoffice(Docker)

    I have a Docker version of Onlyoffice installed. sudo docker run -i -t -d -p 380:80 -p 4443:443 --restart=always \ -v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice \ -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data \ -v...
  5. Javad

    Question Websocket Problem on wss

    I'm having troubles connecting to a WebSocket server via WebSocket Secure connection (wss://) from the browser. Standard connections (ws://) work fine. To solve this problem in the ispmanager, I used the following code in the site config file and the problem was resolved: ProxyPass /echobot...
  6. K

    Secure websockets (WSS)

    Dear all, Can anyone tell me how I should to set up a secure websocket server with Plesk? At this point I have set up the Plesk firewall so that traffic from/to port 8080 is allowed and I have a websocket server (Ratchet - a PHP implementation) running perfectly (but only for non-secure (ws)...
Back
Top