• 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

websocket

  1. J

    Question websocket ratchet on plesk

    hi, i would like to install a websocket (ratchet) on my plesk server. There are some threads, but none helped. It seems for me (i am absolute beginner) there are problems with nginx. My php program for socketstart is running from terminal without error, also without success... Browser shows...
  2. Z

    Question Websocket connection failed in Docker

    I run a NOCODB using docker, and I got error What should I do? I am quite newbie.
  3. W

    Issue Websocket failed with SSL

    Hello i have a problem to connect the websocket with Nginx so with http it's working , but with https i still get faild in wss so what's the configuration i do inside plesk or nginx to fix it
  4. AhmedEx

    Issue Nginx configuration to accept websocket requests (SSL/WSS)

    i have plesk server with apache2 and nginx and i have a websocket app it works on port 2589 and i used ratchet and autobahn to work with websocket, nginx version nginx version: nginx/1.20.2 and ufw status Status: inactive and my nginx directive config for websocket location ^~ /WsConn {...
  5. S

    Resolved Nginx WebSocket Connection as Secure Problem

    hi everyone; I setup a websocket connection on my host, i can connect it and use as well, no problem on http:// schema. See: Screenshot (it's okay). var conn = new WebSocket('ws://my.domain.com:2001'); But I want to use this connection websocket connection on SSL - https:// schema. At at...
  6. 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...
  7. 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"); }
  8. J

    Question How can I get my WebSocket running in NodeJS?

    I've programmed myself a WebSocket in NodeJS. Inside my file server.js I've setup an express server including my WebSocket server: const wss = new WebSocket({ server: app.listen(8888) }); Locally it runs perfect but I can't get it running in Plesk. To get it running I've created a...
  9. F

    Question ws to wss with Plesk & Apache

    Hello, I'm trying to make a secure websocket. When i try with ws:// it's working fine but not with wss:// I've enabled mod_proxy and mod_proxy_reverse. Added those line to Apache https.conf ProxyPass /wss ws://127.0.0.1:8090 retry=0 keepalive=On ProxyPassReverse /wss ws://127.0.0.1:8090...
  10. 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...
  11. T

    Resolved Websocket Error 400, Docker & nginx

    I have a docker app on latest Plesk Onyx running (mattermost) and it works perfectly when opened directly through server IP and Docker mapped port (192.168.0.5:33000) Everything works great. The problem is when I try to make it work through NGINX proxy. If select a domain and set Docker Proxy...
  12. 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